[libselinux] - Update for python 3.2a1

Daniel J Walsh dwalsh at fedoraproject.org
Sun Aug 22 10:42:18 UTC 2010


commit 7c0da1065398aec37dde69e6467f8490bdb58dc7
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Sun Aug 22 06:41:49 2010 -0400

    - Update for python 3.2a1

 libselinux.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/libselinux.spec b/libselinux.spec
index 6b6008a..9db0568 100644
--- a/libselinux.spec
+++ b/libselinux.spec
@@ -7,7 +7,7 @@
 Summary: SELinux library and simple utilities
 Name: libselinux
 Version: 2.0.96
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: Public Domain
 Group: System Environment/Libraries
 Source: http://www.nsa.gov/research/selinux/%{name}-%{version}.tgz
@@ -222,7 +222,10 @@ exit 0
 %files python3
 %defattr(-,root,root,-)
 %dir %{python3_sitearch}/selinux
-%{python3_sitearch}/selinux/*
+%dir %{python3_sitearch}/selinux/__pycache__
+%{python3_sitearch}/selinux/*.py
+%{python3_sitearch}/selinux/*.so
+%{python3_sitearch}/selinux/__pycache__/*
 %endif with_python3
 
 %files ruby
@@ -230,6 +233,9 @@ exit 0
 %{ruby_sitearch}/selinux.so
 
 %changelog
+* Sun Aug 22 2010 Dan Walsh <dwalsh at redhat.com> - 2.0.96-5
+- Update for python 3.2a1
+
 * Tue Jul 27 2010 Dan Walsh <dwalsh at redhat.com> - 2.0.96-4
 - Turn off fallback in to SELINUX_DEFAULTUSER in get_context_list
 


More information about the scm-commits mailing list