packages: botan/botan.spec - still call ldconfig for cache updating
glen
glen at pld-linux.org
Thu Sep 1 12:41:59 CEST 2011
Author: glen Date: Thu Sep 1 10:41:59 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- still call ldconfig for cache updating
---- Files affected:
packages/botan:
botan.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/botan/botan.spec
diff -u packages/botan/botan.spec:1.1 packages/botan/botan.spec:1.2
--- packages/botan/botan.spec:1.1 Thu Sep 1 12:40:23 2011
+++ packages/botan/botan.spec Thu Sep 1 12:41:54 2011
@@ -119,9 +119,11 @@
%clean
rm -rf $RPM_BUILD_ROOT
-# not packaging shared lib properly, so no ldconfig needed
-#%post -p /sbin/ldconfig
-#%postun -p /sbin/ldconfig
+# NOTE: only update ld.so cache, there are no symlinks
+%post -p /sbin/postshell
+/sbin/ldconfig -X
+%postun -p /sbin/postshell
+/sbin/ldconfig -X
%files
%defattr(644,root,root,755)
@@ -156,6 +158,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2011/09/01 10:41:54 glen
+- still call ldconfig for cache updating
+
Revision 1.1 2011/09/01 10:40:23 glen
- new, based on fedora package
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/botan/botan.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list