[libsepol] Update to upstream

Daniel J Walsh dwalsh at fedoraproject.org
Tue May 6 18:17:22 UTC 2014


commit 4704b23dcb0e4d5569b59f01f5e80b17c3ab0046
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Tue May 6 14:17:40 2014 -0400

    Update to upstream
    
    	* Improve error message for name-based transition conflicts.
    	* Revert libsepol: filename_trans: use some better sorting to compare and merge.
    	* Report source file and line information for neverallow failures.
    	* Fix valgrind errors in constraint_expr_eval_reason from Richard Haines.
    	* Add sepol_validate_transition_reason_buffer function from Richard Haines.

 .gitignore    |    1 +
 libsepol.spec |   12 +++++++++---
 sources       |    1 +
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8190771..7db37a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -162,3 +162,4 @@ libsepol-2.0.41.tgz
 /libsepol-2.1.8.tgz
 /libsepol-2.1.9.tgz
 /libsepol-2.2.tgz
+/libsepol-2.3.tgz
diff --git a/libsepol.spec b/libsepol.spec
index 0a75318..0e74533 100644
--- a/libsepol.spec
+++ b/libsepol.spec
@@ -1,11 +1,10 @@
 Summary: SELinux binary policy manipulation library 
 Name: libsepol
-Version: 2.2
+Version: 2.3
 Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz
-#Patch: libsepol-rhat.patch
 URL: http://www.selinuxproject.org
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -45,7 +44,6 @@ needed for developing applications that manipulate binary policies.
 
 %prep
 %setup -q
-#%patch -p2 -b .rhat
 
 # sparc64 is an -fPIC arch, so we need to fix it here
 %ifarch sparc64
@@ -99,6 +97,14 @@ exit 0
 /%{_lib}/libsepol.so.1
 
 %changelog
+* Tue May 6 2014 Dan Walsh <dwalsh at redhat.com> - 2.3-1
+- Update to upstream 
+	* Improve error message for name-based transition conflicts.
+	* Revert libsepol: filename_trans: use some better sorting to compare and merge.
+	* Report source file and line information for neverallow failures.
+	* Fix valgrind errors in constraint_expr_eval_reason from Richard Haines.
+	* Add sepol_validate_transition_reason_buffer function from Richard Haines.
+
 * Thu Oct 31 2013 Dan Walsh <dwalsh at redhat.com> - 2.2-1
 - Update to upstream 
 - Richard Haines patch V1 Allow constraint denials to be determined.
diff --git a/sources b/sources
index f7028b9..33e1e30 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 bf63284843b23303d2dc9319d3571258  libsepol-2.2.tgz
+b57f182131648bfd698599d78e183c17  libsepol-2.3.tgz


More information about the scm-commits mailing list