diff --git a/libselinux.spec b/libselinux.spec index ea2f91f..3e1c717 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -2,7 +2,7 @@ Summary: SELinux library and simple utilities Name: libselinux Version: 2.0.46 -Release: 4%{?dist} +Release: 5%{?dist} License: Public Domain Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz @@ -119,10 +119,13 @@ exit 0 %files python %defattr(-,root,root,0755) -%{_libdir}/python*/site-packages/_selinux.so -%{_libdir}/python*/site-packages/selinux.py* +%dir %{_libdir}/python*/site-packages/selinux +%{_libdir}/python*/site-packages/selinux/* %changelog +* Tue Jan 8 2008 Dan Walsh - 2.0.46-5 +- Add audit2why python bindings + * Tue Jan 8 2008 Dan Walsh - 2.0.46-4 - Add pid_t typemap for swig bindings