SPECS: sysprof.spec - missing depmod for lkm package

lkrotowski lkrotowski at pld-linux.org
Wed Jun 18 11:11:11 CEST 2008


Author: lkrotowski                   Date: Wed Jun 18 09:11:11 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- missing depmod for lkm package

---- Files affected:
SPECS:
   sysprof.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/sysprof.spec
diff -u SPECS/sysprof.spec:1.2 SPECS/sysprof.spec:1.3
--- SPECS/sysprof.spec:1.2	Tue Apr 29 11:14:14 2008
+++ SPECS/sysprof.spec	Wed Jun 18 11:11:06 2008
@@ -73,6 +73,12 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post -n kernel%{_alt_kernel}-sysprof
+%depmod %{_kernel_ver}
+
+%postun -n kernel%{_alt_kernel}-sysprof
+%depmod %{_kernel_ver}
+
 %if %{with userspace}
 %files
 %defattr(644,root,root,755)
@@ -94,6 +100,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008/06/18 09:11:06  lkrotowski
+- missing depmod for lkm package
+
 Revision 1.2  2008/04/29 09:14:14  wrobell
 - ver. 1.0.10
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/sysprof.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list