SPECS (DEVEL): umlinux.spec - depmod in post/postun

pawelz pawelz at pld-linux.org
Tue Oct 28 10:17:04 CET 2008


Author: pawelz                       Date: Tue Oct 28 09:17:04 2008 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- depmod in post/postun

---- Files affected:
SPECS:
   umlinux.spec (1.23.2.8 -> 1.23.2.9) 

---- Diffs:

================================================================
Index: SPECS/umlinux.spec
diff -u SPECS/umlinux.spec:1.23.2.8 SPECS/umlinux.spec:1.23.2.9
--- SPECS/umlinux.spec:1.23.2.8	Mon Oct 27 22:31:18 2008
+++ SPECS/umlinux.spec	Tue Oct 28 10:16:59 2008
@@ -75,6 +75,12 @@
 install linux $RPM_BUILD_ROOT%{_bindir}/linux
 %{__make} ARCH=um modules_install  INSTALL_MOD_PATH=$RPM_BUILD_ROOT
 
+%post modules
+%depmod %{version}
+
+%postun modules
+%depmod %{version}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -98,6 +104,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23.2.9  2008/10/28 09:16:59  pawelz
+- depmod in post/postun
+
 Revision 1.23.2.8  2008/10/27 21:31:18  pawelz
 - it builds now
 - NFY
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/umlinux.spec?r1=1.23.2.8&r2=1.23.2.9&f=u



More information about the pld-cvs-commit mailing list