SPECS: kernel-vanilla.spec - re-add i386 and i586 in tuneupconfig ...

shadzik shadzik at pld-linux.org
Fri Jul 20 05:02:55 CEST 2007


Author: shadzik                      Date: Fri Jul 20 03:02:55 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- re-add i386 and i586 in tuneupconfig
- cosmetics

---- Files affected:
SPECS:
   kernel-vanilla.spec (1.51 -> 1.52) 

---- Diffs:

================================================================
Index: SPECS/kernel-vanilla.spec
diff -u SPECS/kernel-vanilla.spec:1.51 SPECS/kernel-vanilla.spec:1.52
--- SPECS/kernel-vanilla.spec:1.51	Fri Jul 20 04:03:20 2007
+++ SPECS/kernel-vanilla.spec	Fri Jul 20 05:02:50 2007
@@ -412,9 +412,15 @@
 	%if %{with pae}
 		pae=yes
 	%endif
+	%ifarch i386
+	sed -i 's:# CONFIG_M386 is not set:CONFIG_M386=y:' $1
+	%endif
 	%ifarch i486
 	sed -i 's:# CONFIG_M486 is not set:CONFIG_M486=y:' $1
 	%endif
+	%ifarch i586
+	sed -i 's:# CONFIG_M586 is not set:CONFIG_M586=y:' $1
+	%endif
 	%ifarch i686
 	sed -i 's:# CONFIG_M686 is not set:CONFIG_M686=y:' $1
 	%endif
@@ -442,9 +448,9 @@
 BuildConfig() {
 	%{?debug:set -x}
 	Config="%{_target_base_arch}"
-	KernelVer=%{kernel_release}$1
+	KernelVer=%{kernel_release}
 
-	echo "Building config file [using $Config.conf] for KERNEL $1..."
+	echo "Building config file [using $Config.conf] ..."
 
 	echo "" > .config
 	cat %{SOURCE20} > .config
@@ -841,6 +847,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.52  2007/07/20 03:02:50  shadzik
+- re-add i386 and i586 in tuneupconfig
+- cosmetics
+
 Revision 1.51  2007/07/20 02:03:20  shadzik
 - now really fix that
 - builds fine
================================================================

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



More information about the pld-cvs-commit mailing list