[checkpolicy] Update to upstream

Daniel J Walsh dwalsh at fedoraproject.org
Tue May 6 18:19:56 UTC 2014


commit 946ad38fd19ae74fb1fbfb637edb30d21de51e89
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Tue May 6 14:20:14 2014 -0400

    Update to upstream
    
    	* Add Android support for building dispol.
    	* Report source file and line information for neverallow failures.
    	* Prevent incompatible option combinations for checkmodule.
    	* Drop -lselinux from LDLIBS for test programs; not used.
    	* Add debug feature to display constraints/validatetrans from Richard Haines.

 .gitignore       |    1 +
 checkpolicy.spec |   10 +++++++++-
 sources          |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bdc735a..10c00fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -90,3 +90,4 @@ checkpolicy-2.0.22.tgz
 /checkpolicy-2.1.11.tgz
 /checkpolicy-2.1.12.tgz
 /checkpolicy-2.2.tgz
+/checkpolicy-2.3.tgz
diff --git a/checkpolicy.spec b/checkpolicy.spec
index b1c080b..15b00cf 100644
--- a/checkpolicy.spec
+++ b/checkpolicy.spec
@@ -2,7 +2,7 @@
 %define libsepolver 2.1.9-1
 Summary: SELinux policy compiler
 Name: checkpolicy
-Version: 2.2
+Version: 2.3
 Release: 1%{?dist}
 License: GPLv2
 Group: Development/System
@@ -56,6 +56,14 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_bindir}/sedispol
 
 %changelog
+* Tue May 6 2014 Dan Walsh <dwalsh at redhat.com> - 2.3-1
+- Update to upstream 
+	* Add Android support for building dispol.
+	* Report source file and line information for neverallow failures.
+	* Prevent incompatible option combinations for checkmodule.
+	* Drop -lselinux from LDLIBS for test programs; not used.
+	* Add debug feature to display constraints/validatetrans from Richard Haines.
+
 * Thu Oct 31 2013 Dan Walsh <dwalsh at redhat.com> - 2.2-1
 - Update to upstream 
 	* Fix hyphen usage in man pages from Laurent Bigonville.
diff --git a/sources b/sources
index dbdcd29..b6e60ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7b59bb131eae52854bfa50640231cb66  checkpolicy-2.2.tgz
+5c083d1b02c854436197d5b4b8568a1f  checkpolicy-2.3.tgz


More information about the scm-commits mailing list