diff --git a/libsepol.spec b/libsepol.spec index 5db3da6..c773a6f 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,7 +1,7 @@ Summary: SELinux binary policy manipulation library Name: libsepol Version: 0.4.1 -Release: 1 +Release: 2 License: GPL Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz @@ -53,9 +53,9 @@ make DESTDIR="${RPM_BUILD_ROOT}" LIBDIR="${RPM_BUILD_ROOT}%{_libdir}" SHLIBDIR=" %clean rm -rf ${RPM_BUILD_ROOT} -%post -# add libsepol to the cache -/sbin/ldconfig +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig %files devel %defattr(-,root,root) @@ -71,6 +71,8 @@ rm -rf ${RPM_BUILD_ROOT} /%{_lib}/libsepol.so.1 %changelog +* Fri Aug 13 2004 Bill Nottingham 0.4.1-2 +- ldconfig tweaks * Wed Aug 11 2004 Dan Walsh 0.4.1-1 - New version from NSA