]> git.pld-linux.org Git - packages/botan2.git/commitdiff
- still call ldconfig for cache updating
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 1 Sep 2011 10:41:54 +0000 (10:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    botan.spec -> 1.2

botan.spec

index 0ba0c79b89f25414637af8a2bcf0b0118fde6113..1e323fe245ca7f7c46a3a7437789ca47ca1e2f42 100644 (file)
@@ -118,9 +118,11 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %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)
 
 %files
 %defattr(644,root,root,755)
This page took 0.157901 seconds and 4 git commands to generate.