- Turn off ldconfig (bcl@redhat.com)

- Add removekmod template command (bcl@redhat.com)
- Move stage2 to images/install.img (#815275) (bcl@redhat.com)
This commit is contained in:
Brian C. Lane 2015-03-06 17:53:21 -08:00
parent 0314751530
commit a802ed132c
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -52,3 +52,4 @@
/lorax-23.0.tar.gz
/lorax-23.1.tar.gz
/lorax-23.2.tar.gz
/lorax-23.3.tar.gz

View File

@ -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 <bcl@redhat.com> 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 <bcl@redhat.com> 23.2-1
- Update pykickstart requirement (bcl@redhat.com)
- Explicitly install notification-daemon (dshea@redhat.com)

View File

@ -1 +1 @@
a23ab7fb085d9cd88b647c6a737725b7 lorax-23.2.tar.gz
cdad19a37acf190547a12906ae699a8c lorax-23.3.tar.gz