- Installing *-firmware should be optional (bcl@redhat.com)

This commit is contained in:
Brian C. Lane 2016-07-13 07:29:57 -07:00
parent f4bc93fe27
commit aceebe3232
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -88,3 +88,4 @@
/lorax-25.7.tar.gz /lorax-25.7.tar.gz
/lorax-25.8.tar.gz /lorax-25.8.tar.gz
/lorax-25.9.tar.gz /lorax-25.9.tar.gz
/lorax-25.10.tar.gz

View File

@ -3,7 +3,7 @@
%define debug_package %{nil} %define debug_package %{nil}
Name: lorax Name: lorax
Version: 25.9 Version: 25.10
Release: 1%{?dist} Release: 1%{?dist}
Summary: Tool for creating the anaconda install images Summary: Tool for creating the anaconda install images
@ -148,6 +148,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%changelog %changelog
* Wed Jul 13 2016 Brian C. Lane <bcl@redhat.com> 25.10-1
- Installing *-firmware should be optional (bcl@redhat.com)
* Fri Jul 08 2016 Brian C. Lane <bcl@redhat.com> 25.9-1 * Fri Jul 08 2016 Brian C. Lane <bcl@redhat.com> 25.9-1
- Fix installpkg error handling (bcl@redhat.com) - Fix installpkg error handling (bcl@redhat.com)
- Switch installpkg default to --required (bcl@redhat.com) - Switch installpkg default to --required (bcl@redhat.com)

View File

@ -1 +1 @@
f01cddaed00a73db8bac5af26a40a797 lorax-25.9.tar.gz 04d32342bf5a0d0d67e7ce54ce9840a2 lorax-25.10.tar.gz