From aceebe32321d00d4a194bbd312a7c4d6f8d98f3c Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 13 Jul 2016 07:29:57 -0700 Subject: [PATCH] - Installing *-firmware should be optional (bcl@redhat.com) --- .gitignore | 1 + lorax.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8e260a2..4470936 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,4 @@ /lorax-25.7.tar.gz /lorax-25.8.tar.gz /lorax-25.9.tar.gz +/lorax-25.10.tar.gz diff --git a/lorax.spec b/lorax.spec index b051271..c4d3b22 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 25.9 +Version: 25.10 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -148,6 +148,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %changelog +* Wed Jul 13 2016 Brian C. Lane 25.10-1 +- Installing *-firmware should be optional (bcl@redhat.com) + * 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) diff --git a/sources b/sources index 49e287d..ee1fa7a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f01cddaed00a73db8bac5af26a40a797 lorax-25.9.tar.gz +04d32342bf5a0d0d67e7ce54ce9840a2 lorax-25.10.tar.gz