diff --git a/.gitignore b/.gitignore index 7c5714f..6e3fadb 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ /lorax-23.0.tar.gz /lorax-23.1.tar.gz /lorax-23.2.tar.gz +/lorax-23.3.tar.gz diff --git a/lorax.spec b/lorax.spec index 58b3117..d9379d6 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 23.2 +Version: 23.3 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -106,6 +106,11 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_mandir}/man1/*.1* %changelog +* Fri Mar 06 2015 Brian C. Lane 23.3-1 +- Turn off ldconfig (bcl@redhat.com) +- Add removekmod template command (bcl@redhat.com) +- Move stage2 to images/install.img (#815275) (bcl@redhat.com) + * Fri Feb 27 2015 Brian C. Lane 23.2-1 - Update pykickstart requirement (bcl@redhat.com) - Explicitly install notification-daemon (dshea@redhat.com) diff --git a/sources b/sources index 23a5efc..6116a41 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a23ab7fb085d9cd88b647c6a737725b7 lorax-23.2.tar.gz +cdad19a37acf190547a12906ae699a8c lorax-23.3.tar.gz