From 3d98642b56181c3f019a44fdb079fb9c99c07d3b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Aug 21 2016 19:45:39 +0000 Subject: Actually apply last patch --- diff --git a/lorax.spec b/lorax.spec index fe24fe4..f17e842 100644 --- a/lorax.spec +++ b/lorax.spec @@ -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 - 25.13-6 +- Actually apply last patch + * Fri Aug 19 2016 Dennis Gilmore - 25.13-5 - revert Use size=10 by default (walters@verbum.org)