Actually apply last patch

This commit is contained in:
Kevin Fenzi 2016-08-20 10:00:42 -06:00
parent 1a42984490
commit 5b67735bb1

View File

@ -4,7 +4,7 @@
Name: lorax
Version: 25.13
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Tool for creating the anaconda install images
Group: Applications/System
@ -121,6 +121,7 @@ Lorax templates for creating the boot.iso and live isos are placed in
%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
@ -153,6 +154,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%changelog
* Sat Aug 20 2016 Kevin Fenzi <kevin@scrye.com> - 25.13-6
- Actually apply last patch
* Fri Aug 19 2016 Dennis Gilmore <dennis@ausil.us> - 25.13-5
- revert Use size=10 by default (walters@verbum.org)