[checkpolicy/f16] Try again

Daniel J Walsh dwalsh at fedoraproject.org
Wed Sep 21 12:45:15 UTC 2011


commit 46a578ce7280cd4226b0048d0df5003aa1fca854
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Wed Sep 21 08:44:44 2011 -0400

    Try again

 checkpolicy.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/checkpolicy.spec b/checkpolicy.spec
index 4cd6d16..57178de 100644
--- a/checkpolicy.spec
+++ b/checkpolicy.spec
@@ -2,10 +2,11 @@
 Summary: SELinux policy compiler
 Name: checkpolicy
 Version: 2.1.3
-Release: 1.1%{?dist}
+Release: 1.2%{?dist}
 License: GPLv2
 Group: Development/System
 Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
+Patch: checkpolicy-rhat.patch
 
 BuildRoot: %{_tmppath}/%{name}-buildroot
 BuildRequires: byacc bison flex flex-static libsepol-static >= %{libsepolver} libselinux-devel
@@ -26,6 +27,7 @@ Only required for building policies.
 
 %prep
 %setup -q
+%patch -p2 -b .rhat
 
 %build
 make clean
@@ -53,6 +55,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_bindir}/sedispol
 
 %changelog
+* Wed Sep 21 2011 Dan Walsh <dwalsh at redhat.com> - 2.1.3-1.2
+- Try again
+
 * Tue Sep 20 2011 Dan Walsh <dwalsh at redhat.com> - 2.1.3-1.1
 - Fix checkpolicy to ignore '"' in filename trans rules
 


More information about the scm-commits mailing list