packages: root/root.spec - %%post and %%postun for -core and -graf-asimage ...

lisu lisu at pld-linux.org
Thu Dec 16 12:26:38 CET 2010


Author: lisu                         Date: Thu Dec 16 11:26:38 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- %%post and %%postun for -core and -graf-asimage packages

---- Files affected:
packages/root:
   root.spec (1.43 -> 1.44) 

---- Diffs:

================================================================
Index: packages/root/root.spec
diff -u packages/root/root.spec:1.43 packages/root/root.spec:1.44
--- packages/root/root.spec:1.43	Thu Dec 16 12:18:47 2010
+++ packages/root/root.spec	Thu Dec 16 12:26:33 2010
@@ -187,6 +187,11 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post core -p /sbin/ldconfig
+%postun core -p /sbin/ldconfig
+%post graf-asimage -p /sbin/ldconfig
+%postun graf-asimage -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/hadd
@@ -247,6 +252,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.44  2010/12/16 11:26:33  lisu
+- %%post and %%postun for -core and -graf-asimage packages
+
 Revision 1.43  2010/12/16 11:18:47  lisu
 - group for -doc package
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/root/root.spec?r1=1.43&r2=1.44&f=u



More information about the pld-cvs-commit mailing list