- Add audit2why python bindings
This commit is contained in:
parent
625a8fb5a8
commit
9ec7726e1d
@ -2,7 +2,7 @@
|
|||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 2.0.46
|
Version: 2.0.46
|
||||||
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/selinux/archives/%{name}-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
|
||||||
@ -119,10 +119,13 @@ exit 0
|
|||||||
|
|
||||||
%files python
|
%files python
|
||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
%{_libdir}/python*/site-packages/_selinux.so
|
%dir %{_libdir}/python*/site-packages/selinux
|
||||||
%{_libdir}/python*/site-packages/selinux.py*
|
%{_libdir}/python*/site-packages/selinux/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 8 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.46-5
|
||||||
|
- Add audit2why python bindings
|
||||||
|
|
||||||
* Tue Jan 8 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.46-4
|
* Tue Jan 8 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.46-4
|
||||||
- Add pid_t typemap for swig bindings
|
- Add pid_t typemap for swig bindings
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user