Author: glen                         Date: Wed Apr  9 00:00:29 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- move different patches config to separate file, add toi config

---- Files affected:
SPECS:
   kernel-desktop.spec (1.174 -> 1.175) 

---- Diffs:

================================================================
Index: SPECS/kernel-desktop.spec
diff -u SPECS/kernel-desktop.spec:1.174 SPECS/kernel-desktop.spec:1.175
--- SPECS/kernel-desktop.spec:1.174     Wed Apr  9 01:35:23 2008
+++ SPECS/kernel-desktop.spec   Wed Apr  9 02:00:23 2008
@@ -94,13 +94,16 @@
 Source9:       %{pname}-ppc.config
 Source10:      %{pname}-preempt-rt.config
 Source11:      %{pname}-preempt-nort.config
-Source12:      %{pname}-suspend2.config
+Source12:      %{pname}-tuxonice.config
 Source13:      %{pname}-patches.config
 Source14:      %{pname}-netfilter.config
 Source15:      %{pname}-grsec.config
 Source16:      %{pname}-wrr.config
 Source17:      %{pname}-fbsplash.config
 Source18:      %{pname}-bootsplash.config
+Source19:      %{pname}-imq.config
+Source20:      %{pname}-reiser4.config
+Source21:      %{pname}-squashfs.config
 
 ###
 #      Patches
@@ -722,10 +725,12 @@
 CONFIGS += %{_sourcedir}/%{pname}-preempt-nort.config
 %endif
 
-# suspend 2
-CONFIGS += %{_sourcedir}/%{pname}-suspend2.config
+# tuxonice
+%if %{with tuxonice}
+CONFIGS += %{_sourcedir}/%{pname}-tuxonice.config
+%endif
 
-# fbsplash, vesafb-tng, squashfs, imq, tahoe, atm, reiser4
+# fbsplash, vesafb-tng, squashfs, tahoe, atm
 CONFIGS += %{_sourcedir}/%{pname}-patches.config
 
 # netfilter
@@ -734,9 +739,22 @@
 %if %{with grsec_minimal}
 CONFIGS += %{_sourcedir}/%{pname}-grsec.config
 %endif
-
 # wrr
+%if %{with wrr}
 CONFIGS += %{_sourcedir}/%{pname}-wrr.config
+%endif
+
+%if %{with imq}
+CONFIGS += %{_sourcedir}/%{pname}-imq.config
+%endif
+
+%if %{with reiser4}
+CONFIGS += %{_sourcedir}/%{pname}-reiser4.config
+%endif
+
+%if %{with squashfs}
+CONFIGS += %{_sourcedir}/%{pname}-squashfs.config
+%endif
 
 %if %{with bootsplash}
        CONFIGS += %{_sourcedir}/%{pname}-bootsplash.config
@@ -1146,6 +1164,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.175  2008-04-09 00:00:23  glen
+- move different patches config to separate file, add toi config
+
 Revision 1.174  2008-04-08 23:35:23  glen
 - one netfilter_snap is enough
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel-desktop.spec?r1=1.174&r2=1.175&f=u

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

Reply via email to