rpms/sysprof-kmod/F-8 sysprof-kmod.spec,1.85,1.86

Gianluca Sforna (giallu) fedora-extras-commits at redhat.com
Sat Nov 3 09:38:40 UTC 2007


Author: giallu

Update of /cvs/extras/rpms/sysprof-kmod/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30152

Modified Files:
	sysprof-kmod.spec 
Log Message:
* Sat Nov  3 2007 Gianluca Sforna <giallu gmail com>
- Really avoid depmod 



Index: sysprof-kmod.spec
===================================================================
RCS file: /cvs/extras/rpms/sysprof-kmod/F-8/sysprof-kmod.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- sysprof-kmod.spec	30 Oct 2007 14:24:55 -0000	1.85
+++ sysprof-kmod.spec	3 Nov 2007 09:38:07 -0000	1.86
@@ -4,7 +4,7 @@
 # end stuff to be ...
 
 # hardcode for now:
-%{!?kversion: %define kversion 2.6.23.1-41.fc8}
+%{!?kversion: %define kversion 2.6.23.1-42.fc8}
 # hint: this can he overridden with "--define kversion foo" on the rpmbuild command line, e.g.
 # --define "kversion 2.6.16-1.2096_FC5"
 
@@ -91,7 +91,7 @@
     ksrc=%{_usrsrc}/kernels/%{kverrel}${kvariant:+-$kvariant}-%{_target_cpu}
     export INSTALL_MOD_DIR=extra/%{kmod_name}
     export INSTALL_MOD_PATH=$RPM_BUILD_ROOT
-    make KDIR=${ksrc} install 
+    make KDIR=${ksrc} DEPMOD=/bin/true install 
     cd ../..
 done
 # Temporarily executable for stripping, fixed later in %%files.
@@ -103,6 +103,9 @@
 
 
 %changelog
+* Sat Nov  3 2007 Gianluca Sforna <giallu gmail com>
+- Really avoid depmod 
+
 * Tue Aug 21 2007 Gianluca Sforna <giallu gmail com>
 - Update License field
 




More information about the fedora-extras-commits mailing list