SPECS (CRI): kernel-CRI.spec - default config is now for arch i586
hawk
hawk at pld-linux.org
Fri May 9 15:09:10 CEST 2008
Author: hawk Date: Fri May 9 13:09:10 2008 GMT
Module: SPECS Tag: CRI
---- Log message:
- default config is now for arch i586
---- Files affected:
SPECS:
kernel-CRI.spec (1.1.2.5 -> 1.1.2.6)
---- Diffs:
================================================================
Index: SPECS/kernel-CRI.spec
diff -u SPECS/kernel-CRI.spec:1.1.2.5 SPECS/kernel-CRI.spec:1.1.2.6
--- SPECS/kernel-CRI.spec:1.1.2.5 Fri May 9 15:02:53 2008
+++ SPECS/kernel-CRI.spec Fri May 9 15:09:05 2008
@@ -167,14 +167,14 @@
%build
TuneUpConfigForIX86 () {
%ifarch %{ix86}
- %ifnarch i386
- sed -i 's:CONFIG_M386=y:# CONFIG_M386 is not set:' $1
+ %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
+ %ifnarch i586
+ sed -i 's:CONFIG_M586=y:# CONFIG_M586 is not set:' $1
%endif
%ifarch i686
sed -i 's:# CONFIG_M686 is not set:CONFIG_M686=y:' $1
@@ -493,6 +493,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.1.2.6 2008-05-09 13:09:05 hawk
+- default config is now for arch i586
+
Revision 1.1.2.5 2008-05-09 13:02:53 hawk
- killed localversion
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel-CRI.spec?r1=1.1.2.5&r2=1.1.2.6&f=u
More information about the pld-cvs-commit
mailing list