[checkpolicy] Update to upstream

Daniel J Walsh dwalsh at fedoraproject.org
Thu Mar 29 19:28:12 UTC 2012


commit 9f8377e4c342d3fa34497957b5ac516c25d4c3bd
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Thu Mar 29 15:28:08 2012 -0400

    Update to upstream
    
    	* implement new default labeling behaviors for usr, role, range
    	* Fix dead links to www.nsa.gov/selinux

 .gitignore       |    1 +
 checkpolicy.spec |   15 +++++++++------
 sources          |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bd8d998..c3246a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -85,3 +85,4 @@ checkpolicy-2.0.22.tgz
 /checkpolicy-2.1.6.tgz
 /checkpolicy-2.1.7.tgz
 /checkpolicy-2.1.8.tgz
+/checkpolicy-2.1.9.tgz
diff --git a/checkpolicy.spec b/checkpolicy.spec
index d7143e3..d80d83b 100644
--- a/checkpolicy.spec
+++ b/checkpolicy.spec
@@ -1,13 +1,12 @@
-%define libselinuxver 2.1.6-4
-%define libsepolver 2.1.4-5
+%define libselinuxver 2.1.10-1
+%define libsepolver 2.1.5-1
 Summary: SELinux policy compiler
 Name: checkpolicy
-Version: 2.1.8
-Release: 3%{?dist}
+Version: 2.1.9
+Release: 1%{?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  >= %{libselinuxver} 
@@ -28,7 +27,6 @@ Only required for building policies.
 
 %prep
 %setup -q
-%patch -p2 -b .rhat
 
 %build
 make clean
@@ -56,6 +54,11 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_bindir}/sedispol
 
 %changelog
+* Thu Mar 29 2012 Dan Walsh <dwalsh at redhat.com> - 2.1.9-1
+- Update to upstream 
+	* implement new default labeling behaviors for usr, role, range
+	* Fix dead links to www.nsa.gov/selinux
+
 * Mon Jan 16 2012 Dan Walsh <dwalsh at redhat.com> - 2.1.8-3
 - Fix man page to link to www.nsa.giv/research/selinux
 
diff --git a/sources b/sources
index 53c482d..eb07af5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b2c0d0a07a0ea1bab8e4014be0054010  checkpolicy-2.1.8.tgz
+bf89762f257f145244a77d58ca31b95b  checkpolicy-2.1.9.tgz


More information about the scm-commits mailing list