[libselinux] Update to upstream * Fix setenforce man page to refer to selinux man page * Cleanup Man pages * m

Daniel J Walsh dwalsh at fedoraproject.org
Wed Dec 21 18:01:56 UTC 2011


commit 3ae845067c7a141936d253dc78ebeb65e85a2654
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Wed Dec 21 18:01:55 2011 +0000

    Update to upstream
    	* Fix setenforce man page to refer to selinux man page
    	* Cleanup Man pages
    	* merge freecon with getcon man page

 .gitignore      |    1 +
 libselinux.spec |   12 +++++++++---
 sources         |    1 +
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index da646cc..2bb2957 100644
--- a/.gitignore
+++ b/.gitignore
@@ -190,3 +190,4 @@ libselinux-2.0.96.tgz
 /libselinux-2.1.6.tgz
 /libselinux-2.1.7.tgz
 /libselinux-2.1.8.tgz
+/libselinux-2.1.9.tgz
diff --git a/libselinux.spec b/libselinux.spec
index 2233788..30cdb3f 100644
--- a/libselinux.spec
+++ b/libselinux.spec
@@ -1,13 +1,13 @@
 %global with_python3 1
 
 %define ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")
-%define libsepolver 2.1.4-4
+%define libsepolver 2.1.4-5
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Summary: SELinux library and simple utilities
 Name: libselinux
-Version: 2.1.8
-Release: 5%{?dist}
+Version: 2.1.9
+Release: 1%{?dist}
 License: Public Domain
 Group: System Environment/Libraries
 Source: %{name}-%{version}.tgz
@@ -231,6 +231,12 @@ rm -rf %{buildroot}
 %{ruby_sitearch}/selinux.so
 
 %changelog
+* Wed Dec 21 2011 Dan Walsh <dwalsh at redhat.com> - 2.1.9-1
+-Update to upstream
+	* Fix setenforce man page to refer to selinux man page
+	* Cleanup Man pages
+	* merge freecon with getcon man page
+
 * Mon Dec 18 2011 Dan Walsh <dwalsh at redhat.com> - 2.1.8-5
 - Add patch from Richard Haines
       When selabel_lookup found an invalid context with validation enabled, it
diff --git a/sources b/sources
index 0db36c6..5ae63fd 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 34aef25d990641380683f466b622cc4c  libselinux-2.1.8.tgz
+6e8a73de554f945ca4db91711d91a916  libselinux-2.1.9.tgz


More information about the scm-commits mailing list