[checkpolicy] Update to upstream * Wrap file names in filename transitions with quotes by Steve Lawrence. * Allo

Daniel J Walsh dwalsh at fedoraproject.org
Mon May 23 22:28:20 UTC 2011


commit 5eaf35502b3387e49c2f4a8f8147ec5075bbf68e
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Mon May 23 18:25:07 2011 -0400

    Update to upstream
    	* Wrap file names in filename transitions with quotes by Steve Lawrence.
    	* Allow filesystem names to start with a digit by James Carter.
    	* Add support for using the last path compnent in type transitions by Eric

 .gitignore       |    1 +
 checkpolicy.spec |   12 ++++++++----
 sources          |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c9dfd58..bc9d39f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -76,3 +76,4 @@ checkpolicy-2.0.21.tgz
 checkpolicy-2.0.22.tgz
 /checkpolicy-2.0.23.tgz
 /checkpolicy-2.0.24.tgz
+/checkpolicy-2.0.26.tgz
diff --git a/checkpolicy.spec b/checkpolicy.spec
index 20f230d..d66867d 100644
--- a/checkpolicy.spec
+++ b/checkpolicy.spec
@@ -1,12 +1,11 @@
 %define libsepolver 2.0.44-2
 Summary: SELinux policy compiler
 Name: checkpolicy
-Version: 2.0.24
-Release: 3%{?dist}
+Version: 2.0.26
+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
@@ -27,7 +26,6 @@ Only required for building policies.
 
 %prep
 %setup -q
-%patch -p2 -b .rhat
 
 %build
 make clean
@@ -55,6 +53,12 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_bindir}/sedispol
 
 %changelog
+* Mon May 23 2011 Dan Walsh <dwalsh at redhat.com> - 2.0.26-1
+-Update to upstream
+	* Wrap file names in filename transitions with quotes by Steve Lawrence.
+	* Allow filesystem names to start with a digit by James Carter.
+	* Add support for using the last path compnent in type transitions by Eric
+
 * Thu Apr 21 2011 Dan Walsh <dwalsh at redhat.com> - 2.0.24-2
 * Fixes for new role_transition class field by Eric Paris.
 
diff --git a/sources b/sources
index fb3ed24..2a6e48d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c8353d730f159007d9ce9407db30950a  checkpolicy-2.0.24.tgz
+5fb1dec6d0ff35c589b95a106699f35c  checkpolicy-2.0.26.tgz


More information about the scm-commits mailing list