From a25ddb67b79c9c16dbc562d09be196603f58188f Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:41:25 +0000 Subject: [PATCH] auto-import changelog data from libsepol-0.4.1-2.src.rpm Fri Aug 13 2004 Bill Nottingham 0.4.1-2 - ldconfig tweaks --- libsepol.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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