Author: glen                         Date: Tue Mar 27 23:11:00 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- missing changes

---- Files affected:
SPECS:
   kernel-desktop.spec (1.102 -> 1.103) 

---- Diffs:

================================================================
Index: SPECS/kernel-desktop.spec
diff -u SPECS/kernel-desktop.spec:1.102 SPECS/kernel-desktop.spec:1.103
--- SPECS/kernel-desktop.spec:1.102     Wed Mar 28 00:44:49 2007
+++ SPECS/kernel-desktop.spec   Wed Mar 28 01:10:54 2007
@@ -6,7 +6,7 @@
 
 %bcond_with    preemptrt       # use realtime-preempt patch
 %bcond_without ck              # don't use Con Kolivas patchset
-%bcond_without grsec_minimal   # don't build grsecurity (minimal subset: 
proc,link,fifo,shm)
+%bcond_with    grsec_minimal   # don't build grsecurity (minimal subset: 
proc,link,fifo,shm)
 %bcond_with    bootsplash      # build with bootsplash instead of fbsplash
 %bcond_with    laptop          # build with HZ=100
 %bcond_with    verbose         # verbose build (V=1)
@@ -600,32 +600,32 @@
 
 %ifarch %{ix86}
        %ifnarch i386
-       sed -i 's:CONFIG_M386=y:# CONFIG_M386 is not set:' $1
+       sed -i 's:CONFIG_M386=y:# CONFIG_M386 is not set:' .config
        %endif
        %ifarch i486
-       sed -i 's:# CONFIG_M486 is not set:CONFIG_M486=y:' $1
+       sed -i 's:# CONFIG_M486 is not set:CONFIG_M486=y:' .config
        %endif
        %ifarch i586
-       sed -i 's:# CONFIG_M586 is not set:CONFIG_M586=y:' $1
+       sed -i 's:# CONFIG_M586 is not set:CONFIG_M586=y:' .config
        %endif
        %ifarch i686
-       sed -i 's:# CONFIG_M686 is not set:CONFIG_M686=y:' $1
+       sed -i 's:# CONFIG_M686 is not set:CONFIG_M686=y:' .config
        %endif
        %ifarch pentium3
-       sed -i 's:# CONFIG_MPENTIUMIII is not set:CONFIG_MPENTIUMIII=y:' $1
+       sed -i 's:# CONFIG_MPENTIUMIII is not set:CONFIG_MPENTIUMIII=y:' .config
        %endif
        %ifarch pentium4
-       sed -i 's:# CONFIG_MPENTIUM4 is not set:CONFIG_MPENTIUM4=y:' $1
+       sed -i 's:# CONFIG_MPENTIUM4 is not set:CONFIG_MPENTIUM4=y:' .config
        %endif
        %ifarch athlon
-       sed -i 's:# CONFIG_MK7 is not set:CONFIG_MK7=y:' $1
+       sed -i 's:# CONFIG_MK7 is not set:CONFIG_MK7=y:' .config
        %endif
        %ifarch i686 athlon pentium3 pentium4
        %if %{with smp} || %{with pae}
-               sed -i "s:CONFIG_HIGHMEM4G=y:# CONFIG_HIGHMEM4G is not set:" $1
-               sed -i "s:# CONFIG_HIGHMEM64G is not 
set:CONFIG_HIGHMEM64G=y\nCONFIG_X86_PAE=y:" $1
+               sed -i "s:CONFIG_HIGHMEM4G=y:# CONFIG_HIGHMEM4G is not set:" 
.config
+               sed -i "s:# CONFIG_HIGHMEM64G is not 
set:CONFIG_HIGHMEM64G=y\nCONFIG_X86_PAE=y:" .config
        %endif
-       sed -i 's:CONFIG_MATH_EMULATION=y:# CONFIG_MATH_EMULATION is not set:' 
$1
+       sed -i 's:CONFIG_MATH_EMULATION=y:# CONFIG_MATH_EMULATION is not set:' 
.config
        %endif
 %endif
 
@@ -992,6 +992,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.103  2007/03/27 23:10:54  glen
+- missing changes
+
 Revision 1.102  2007/03/27 22:44:49  sparky
 - lazy update to 2.6.20.4
 - build only one of up or smp -> building simplified
================================================================

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to