[checkpolicy/f14/master] - Add James Carters Patch *This patch is needed because some filesystem names (such as 9p) start

Daniel J Walsh dwalsh at fedoraproject.org
Wed Jan 12 21:50:44 UTC 2011


commit cfd54c73b4dc1322ac3396ca41ba2188171f1184
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Wed Jan 12 16:50:32 2011 -0500

    - Add James Carters Patch
      *This patch is needed because some filesystem names (such as 9p) start
      with a digit.

 .gitignore       |    1 +
 checkpolicy.spec |   20 +++++++++++++++++---
 sources          |    2 +-
 3 files changed, 19 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 513fba8..9f0c7f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -74,3 +74,4 @@ checkpolicy-2.0.19.tgz
 checkpolicy-2.0.20.tgz
 checkpolicy-2.0.21.tgz
 checkpolicy-2.0.22.tgz
+/checkpolicy-2.0.23.tgz
diff --git a/checkpolicy.spec b/checkpolicy.spec
index e7ed3c3..56d37c6 100644
--- a/checkpolicy.spec
+++ b/checkpolicy.spec
@@ -1,15 +1,16 @@
 %define libsepolver 2.0.39-1
 Summary: SELinux policy compiler
 Name: checkpolicy
-Version: 2.0.22
-Release: 1%{?dist}
+Version: 2.0.23
+Release: 2%{?dist}
 License: GPLv2
 Group: Development/System
 Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
 Patch: checkpolicy-rhat.patch
+Patch2: checkpolicy-filesystem.patch
 
 BuildRoot: %{_tmppath}/%{name}-buildroot
-BuildRequires: byacc bison flex libsepol-static >= %{libsepolver} libselinux-devel
+BuildRequires: byacc bison flex flex-static libsepol-static >= %{libsepolver} libselinux-devel
 
 %description
 Security-enhanced Linux is a feature of the Linux® kernel and a number
@@ -28,6 +29,7 @@ Only required for building policies.
 %prep
 %setup -q
 %patch -p1 -b .rhat
+%patch2 -p2 -b .filesystem
 
 %build
 make clean
@@ -55,6 +57,18 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_bindir}/sedispol
 
 %changelog
+* Wed Jan 12 2011 Dan Walsh <dwalsh at redhat.com> - 2.0.23-2
+- Add James Carters Patch
+  *This patch is needed because some filesystem names (such as 9p) start
+  with a digit.
+
+* Tue Dec 21 2010 Dan Walsh <dwalsh at redhat.com> - 2.0.23-1
+- Latest update from NSA
+  * Remove unused variables to fix compliation under GCC 4.6 by Justin Mattock
+
+* Wed Dec 8 2010 Dan Walsh <dwalsh at redhat.com> - 2.0.22-2
+- Rebuild to make sure it will build in Fedora 
+
 * Mon Jun 16 2010 Dan Walsh <dwalsh at redhat.com> - 2.0.22-1
 - Latest update from NSA
 	* Update checkmodule man page and usage by Daniel Walsh and Steve Lawrence
diff --git a/sources b/sources
index 8a4631d..07847ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b144f4049d87a32027e29d11a144427b  checkpolicy-2.0.22.tgz
+19a9e3593b88aaddddba288070351e2e  checkpolicy-2.0.23.tgz


More information about the scm-commits mailing list