- Fix installpkg error handling (bcl@redhat.com)

- Switch installpkg default to --required (bcl@redhat.com)
- Keep all of the kernel drivers/target/ modules (#1348381) (bcl@redhat.com)
- Keep the pci utilities for use in kickstarts (#1344926) (bcl@redhat.com)
- Make sure cmdline config file exists (#1348304) (bcl@redhat.com)
- Stop using undocumented DNF logging API (bcl@redhat.com)
This commit is contained in:
Brian C. Lane 2016-07-08 17:18:36 -07:00
parent 114136860b
commit f4bc93fe27
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -87,3 +87,4 @@
/lorax-25.6.tar.gz
/lorax-25.7.tar.gz
/lorax-25.8.tar.gz
/lorax-25.9.tar.gz

View File

@ -3,7 +3,7 @@
%define debug_package %{nil}
Name: lorax
Version: 25.8
Version: 25.9
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -148,6 +148,14 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%changelog
* Fri Jul 08 2016 Brian C. Lane <bcl@redhat.com> 25.9-1
- Fix installpkg error handling (bcl@redhat.com)
- Switch installpkg default to --required (bcl@redhat.com)
- Keep all of the kernel drivers/target/ modules (#1348381) (bcl@redhat.com)
- Keep the pci utilities for use in kickstarts (#1344926) (bcl@redhat.com)
- Make sure cmdline config file exists (#1348304) (bcl@redhat.com)
- Stop using undocumented DNF logging API (bcl@redhat.com)
* Thu Jun 02 2016 Brian C. Lane <bcl@redhat.com> 25.8-1
- livemedia-creator: Always copy novirt logs before cleanup (bcl@redhat.com)

View File

@ -1 +1 @@
9a7c494203ac53b00be29746da1a6b2b lorax-25.8.tar.gz
f01cddaed00a73db8bac5af26a40a797 lorax-25.9.tar.gz