From cb6b1132b1e9b067fa854c093b0d97d841791a49 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 16 Jul 2014 16:47:37 -0700 Subject: [PATCH] - livemedia-creator: close the socket when done (bcl@redhat.com) - Keep seq and getconf utilities in the image (vpodzime@redhat.com) - Allow _ in isolabel (#1118955) (bcl@redhat.com) --- .gitignore | 1 + lorax.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 18a9b04..89de4f7 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /lorax-21.14.tar.gz /lorax-21.15.tar.gz /lorax-21.16.tar.gz +/lorax-21.17.tar.gz diff --git a/lorax.spec b/lorax.spec index e97dbb6..079de94 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 21.16 +Version: 21.17 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -101,6 +101,11 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_mandir}/man1/*.1* %changelog +* Wed Jul 16 2014 Brian C. Lane 21.17-1 +- livemedia-creator: close the socket when done (bcl@redhat.com) +- Keep seq and getconf utilities in the image (vpodzime@redhat.com) +- Allow _ in isolabel (#1118955) (bcl@redhat.com) + * Fri Jul 11 2014 Brian C. Lane 21.16-1 - Don't remove usr/lib/rpm/platform/ (#1116450) (bcl@redhat.com) - Add xfsdump and remove extra files from xfsprogs (#1118654) (bcl@redhat.com) diff --git a/sources b/sources index 4044f25..2a53617 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -412301e3c8876fe46d092fc5a8073285 lorax-21.16.tar.gz +003abc6c913a20b05b82b1d46ab6da6b lorax-21.17.tar.gz