- Update for python 3.2a1

This commit is contained in:
Dan Walsh 2010-08-22 06:41:49 -04:00
parent 060bec2ce6
commit 7c0da10653
1 changed files with 8 additions and 2 deletions

View File

@ -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@redhat.com> - 2.0.96-5
- Update for python 3.2a1
* Tue Jul 27 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.96-4
- Turn off fallback in to SELINUX_DEFAULTUSER in get_context_list