- Don't rebuild on fcontext or seuser modifications
This commit is contained in:
parent
5142c61edd
commit
dd1def2551
@ -39,6 +39,15 @@ Requires: libsemanage = %{version}-%{release} ustr
|
|||||||
The semanage-devel package contains the static libraries and header files
|
The semanage-devel package contains the static libraries and header files
|
||||||
needed for developing applications that manipulate binary policies.
|
needed for developing applications that manipulate binary policies.
|
||||||
|
|
||||||
|
%package python
|
||||||
|
Summary: semanage python bindings for libsemanage
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: libsemanage = %{version}-%{release}
|
||||||
|
|
||||||
|
%description python
|
||||||
|
The libsemanage-python package contains the python bindings for developing
|
||||||
|
SELinux management applications.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -b .rhat
|
%patch -p1 -b .rhat
|
||||||
@ -63,7 +72,6 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config(noreplace) /etc/selinux/semanage.conf
|
%config(noreplace) /etc/selinux/semanage.conf
|
||||||
/%{_lib}/libsemanage.so.1
|
/%{_lib}/libsemanage.so.1
|
||||||
%{_libdir}/python*/site-packages/*
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -77,6 +85,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_includedir}/semanage/*.h
|
%{_includedir}/semanage/*.h
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
|
%files python
|
||||||
|
%{_libdir}/python*/site-packages/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 5 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.27-2
|
* Tue Aug 5 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.27-2
|
||||||
- Don't rebuild on fcontext or seuser modifications
|
- Don't rebuild on fcontext or seuser modifications
|
||||||
|
Loading…
Reference in New Issue
Block a user