rpms/fipscheck/F-12 fipscheck.spec,1.8,1.9

Tomáš Mráz tmraz at fedoraproject.org
Tue Oct 27 14:46:14 UTC 2009


Author: tmraz

Update of /cvs/pkgs/rpms/fipscheck/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24103

Modified Files:
	fipscheck.spec 
Log Message:
* Tue Oct 27 2009 Tomas Mraz <tmraz at redhat.com> - 1.2.0-4
- ldconfig must be in the lib subpackage post(un)



Index: fipscheck.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fipscheck/F-12/fipscheck.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- fipscheck.spec	21 Aug 2009 13:23:17 -0000	1.8
+++ fipscheck.spec	27 Oct 2009 14:46:13 -0000	1.9
@@ -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
 %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 <tmraz at redhat.com> - 1.2.0-4
+- ldconfig must be in the lib subpackage post(un)
+
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 1.2.0-3
 - rebuilt with new openssl
 




More information about the scm-commits mailing list