SPECS: anyfs-tools.spec - add %post and %postun for kernel module ...

shadzik shadzik at pld-linux.org
Mon Apr 2 05:34:39 CEST 2007


Author: shadzik                      Date: Mon Apr  2 03:34:39 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add %post and %postun for kernel module subpackage

---- Files affected:
SPECS:
   anyfs-tools.spec (1.19 -> 1.20) 

---- Diffs:

================================================================
Index: SPECS/anyfs-tools.spec
diff -u SPECS/anyfs-tools.spec:1.19 SPECS/anyfs-tools.spec:1.20
--- SPECS/anyfs-tools.spec:1.19	Mon Apr  2 05:30:24 2007
+++ SPECS/anyfs-tools.spec	Mon Apr  2 05:34:34 2007
@@ -168,6 +168,12 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post -n kernel%{_alt_kernel}-misc-any
+%depmod %{_kernel_ver}
+
+%postun -n kernel%{_alt_kernel}-misc-any
+%depmod %{_kernel_ver}
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc README THANKS
@@ -199,6 +205,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.20  2007/04/02 03:34:34  shadzik
+- add %post and %postun for kernel module subpackage
+
 Revision 1.19  2007/04/02 03:30:24  shadzik
 - version xfsprogs-devel BR
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/anyfs-tools.spec?r1=1.19&r2=1.20&f=u



More information about the pld-cvs-commit mailing list