From f4bc93fe2794c559c05d8027f0789d85c62890e2 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 8 Jul 2016 17:18:36 -0700 Subject: [PATCH] - 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) --- .gitignore | 1 + lorax.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ca2d06d..8e260a2 100644 --- a/.gitignore +++ b/.gitignore @@ -87,3 +87,4 @@ /lorax-25.6.tar.gz /lorax-25.7.tar.gz /lorax-25.8.tar.gz +/lorax-25.9.tar.gz diff --git a/lorax.spec b/lorax.spec index e15c4d7..b051271 100644 --- a/lorax.spec +++ b/lorax.spec @@ -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 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 25.8-1 - livemedia-creator: Always copy novirt logs before cleanup (bcl@redhat.com) diff --git a/sources b/sources index 5f62019..49e287d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9a7c494203ac53b00be29746da1a6b2b lorax-25.8.tar.gz +f01cddaed00a73db8bac5af26a40a797 lorax-25.9.tar.gz