diff --git a/.gitignore b/.gitignore index 55c726f..c8c9e30 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,4 @@ /lorax-23.13.tar.gz /lorax-23.14.tar.gz /lorax-24.0.tar.gz +/lorax-24.1.tar.gz diff --git a/lorax.spec b/lorax.spec index 7f95638..759f4b8 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 24.0 +Version: 24.1 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -134,6 +134,13 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %files lmc-novirt %changelog +* Fri Aug 07 2015 Brian C. Lane 24.1-1 +- some of the PowerPC utilities (powerpc-utils and fbset) need perl too + (pbrobinson@gmail.com) +- Add a default vconsole.conf to the boot.iso (#1250260) (bcl@redhat.com) +- Return the output from failed commands in CalledProcessError (bcl@redhat.com) +- Add dracut-live for livemedia kickstart example (bcl@redhat.com) + * Thu Jul 30 2015 Brian C. Lane 24.0-1 - Bump version to 24.0 (bcl@redhat.com) - Use execReadlines in livemedia-creator (bcl@redhat.com) diff --git a/sources b/sources index 79f9b60..3d40d94 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f78b2dd28da6cf9dde0f97500c919b71 lorax-24.0.tar.gz +1f01e9890269c0f3ed5561b86a585f13 lorax-24.1.tar.gz