diff --git a/libsepol.spec b/libsepol.spec index fceab1c..09265e1 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,12 +1,12 @@ Summary: SELinux binary policy manipulation library Name: libsepol Version: 2.1.7 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz Patch: libsepol-rhat.patch -Patch1: libsepol-bad.patch +Patch1: libsepol-emptytable.patch URL: http://www.selinuxproject.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -47,7 +47,7 @@ needed for developing applications that manipulate binary policies. %prep %setup -q %patch -p2 -b .rhat -%patch1 -p2 -R -b .bad +%patch1 -p1 -b .empty # sparc64 is an -fPIC arch, so we need to fix it here %ifarch sparc64 @@ -101,6 +101,9 @@ exit 0 /%{_lib}/libsepol.so.1 %changelog +* Mon Jul 30 2012 Dan Walsh - 2.1.7-4 +- Try new patches + * Tue Jul 24 2012 Dan Walsh - 2.1.7-3 - Revert patches