- Update for python 3.2a1
This commit is contained in:
parent
060bec2ce6
commit
7c0da10653
@ -7,7 +7,7 @@
|
|||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 2.0.96
|
Version: 2.0.96
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://www.nsa.gov/research/selinux/%{name}-%{version}.tgz
|
Source: http://www.nsa.gov/research/selinux/%{name}-%{version}.tgz
|
||||||
@ -222,7 +222,10 @@ exit 0
|
|||||||
%files python3
|
%files python3
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%dir %{python3_sitearch}/selinux
|
%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
|
%endif with_python3
|
||||||
|
|
||||||
%files ruby
|
%files ruby
|
||||||
@ -230,6 +233,9 @@ exit 0
|
|||||||
%{ruby_sitearch}/selinux.so
|
%{ruby_sitearch}/selinux.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jul 27 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.96-4
|
||||||
- Turn off fallback in to SELINUX_DEFAULTUSER in get_context_list
|
- Turn off fallback in to SELINUX_DEFAULTUSER in get_context_list
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user