[libsepol] Try new patches

Daniel J Walsh dwalsh at fedoraproject.org
Mon Jul 30 15:12:19 UTC 2012


commit f204e024f11eee24605a688a2776b6710ccffc6c
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Mon Jul 30 11:10:02 2012 -0400

    Try new patches

 libsepol.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
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 <dwalsh at redhat.com> - 2.1.7-4
+- Try new patches
+
 * Tue Jul 24 2012 Dan Walsh <dwalsh at redhat.com> - 2.1.7-3
 - Revert patches
 


More information about the scm-commits mailing list