diff --git a/fipscheck.spec b/fipscheck.spec index 7b8fea0..4ad1a56 100644 --- a/fipscheck.spec +++ b/fipscheck.spec @@ -1,7 +1,7 @@ Summary: A library for integrity verification of FIPS validated modules Name: fipscheck Version: 1.2.0 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD Group: System Environment/Libraries # This is a Red Hat maintained package which is specific to @@ -66,9 +66,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -delete %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/ldconfig +%post lib -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%postun lib -p /sbin/ldconfig %files %defattr(-,root,root,-) @@ -88,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libfipscheck.so %changelog +* Tue Oct 27 2009 Tomas Mraz - 1.2.0-4 +- ldconfig must be in the lib subpackage post(un) + * Fri Aug 21 2009 Tomas Mraz - 1.2.0-3 - rebuilt with new openssl