acctually apply the lsof patch

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2016-08-19 14:13:28 -05:00
parent cf9e78283c
commit 114851e449

View File

@ -4,7 +4,7 @@
Name: lorax
Version: 25.13
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Tool for creating the anaconda install images
Group: Applications/System
@ -119,6 +119,7 @@ Lorax templates for creating the boot.iso and live isos are placed in
%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p1
%build
@ -152,6 +153,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%changelog
* Fri Aug 19 2016 Dennis Gilmore <dennis@ausil.us> - 25.13-4
- acctually apply the lsof patch
* Fri Aug 19 2016 Dennis Gilmore <dennis@ausil.us> - 25.13-3
- add patch to run lsof as well as fuser and ls on mount points
* Thu Aug 18 2016 Dennis Gilmore <dennis@ausil.us> - 25.13-2