[libselinux/f13/master] - Add chcon function to python bindings.

Daniel J Walsh dwalsh at fedoraproject.org
Mon Aug 23 14:26:29 UTC 2010


commit d708d71aebef220a8553225463a7c5504e8370a1
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Mon Aug 23 10:25:40 2010 -0400

    - Add chcon function to python bindings.

 libselinux.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/libselinux.spec b/libselinux.spec
index 449cb07..069cd89 100644
--- a/libselinux.spec
+++ b/libselinux.spec
@@ -5,11 +5,12 @@
 Summary: SELinux library and simple utilities
 Name: libselinux
 Version: 2.0.94
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: Public Domain
 Group: System Environment/Libraries
 Source: http://www.nsa.gov/research/selinux/%{name}-%{version}.tgz
 Patch: libselinux-rhat.patch
+Patch2: libselinux-rhat.patch
 URL: http://www.selinuxproject.org
 
 BuildRequires: python-devel ruby-devel ruby libsepol-static >= %{libsepolver} swig
@@ -80,6 +81,7 @@ needed for developing SELinux applications.
 %prep
 %setup -q
 %patch -p1 -b .rhat
+%patch2 -p1 -b .chcon
 
 %build
 make clean
@@ -166,6 +168,9 @@ exit 0
 %{ruby_sitearch}/selinux.so
 
 %changelog
+* Wed Aug 23 2010 Dan Walsh <dwalsh at redhat.com> - 2.0.94-2
+- Add chcon function to python bindings.
+
 * Wed Mar 24 2010 Dan Walsh <dwalsh at redhat.com> - 2.0.94-1
 	* Set errno=EINVAL for invalid contexts from Dan Walsh.
 


More information about the scm-commits mailing list