SPECS (LINUX_2_6_16): kernel.spec - BR /sbin/depmod instead of mod...

glen glen at pld-linux.org
Thu Nov 30 21:22:17 CET 2006


Author: glen                         Date: Thu Nov 30 20:22:17 2006 GMT
Module: SPECS                         Tag: LINUX_2_6_16
---- Log message:
- BR /sbin/depmod instead of module-init-tools due vserver-packages provides module-init-tools

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1558.2.48 -> 1.441.2.1558.2.49) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1558.2.48 SPECS/kernel.spec:1.441.2.1558.2.49
--- SPECS/kernel.spec:1.441.2.1558.2.48	Wed Nov 29 14:32:44 2006
+++ SPECS/kernel.spec	Thu Nov 30 21:22:10 2006
@@ -304,7 +304,7 @@
 BuildRequires:	elftoaout
 %endif
 BuildRequires:	gcc >= 5:3.2
-BuildRequires:	module-init-tools
+BuildRequires:	/sbin/depmod
 # for hostname command
 BuildRequires:	net-tools
 BuildRequires:	perl-base
@@ -1023,7 +1023,7 @@
 
 BuildKernel() {
 	%{?debug:set -x}
-	echo "Building kernel $1 ..."
+	echo "Building kernel${1:+ $1}..."
 	%{__make} %CrossOpts mrproper \
 		RCS_FIND_IGNORE='-name build-done -prune -o'
 	ln -sf arch/%{_target_base_arch}/defconfig .config
@@ -1695,6 +1695,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1558.2.49  2006/11/30 20:22:10  glen
+- BR /sbin/depmod instead of module-init-tools due vserver-packages provides module-init-tools
+
 Revision 1.441.2.1558.2.48  2006/11/29 13:32:44  arekm
 - up to 2.6.16.34
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1558.2.48&r2=1.441.2.1558.2.49&f=u



More information about the pld-cvs-commit mailing list