SPECS (LINUX_2_6): kernel.spec - suspend2 code applayed, - added c...

cieciwa cieciwa at pld-linux.org
Wed Mar 22 12:17:44 CET 2006


Author: cieciwa                      Date: Wed Mar 22 11:17:44 2006 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- suspend2 code applayed,
- added configuration file.

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1432 -> 1.441.2.1433) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1432 SPECS/kernel.spec:1.441.2.1433
--- SPECS/kernel.spec:1.441.2.1432	Wed Mar 22 11:54:32 2006
+++ SPECS/kernel.spec	Wed Mar 22 12:17:38 2006
@@ -121,6 +121,7 @@
 
 Source40:	kernel-netfilter.config
 Source41:	kernel-squashfs.config
+Source42:	kernel-suspend2.config
 
 ###
 #	Patches
@@ -549,6 +550,12 @@
 %prep
 %setup -q -n linux-%{version}%{_rc} -a10
 
+%if %{with suspend2}
+for i in suspend2-2.2.1-for-2.6.16/*.patch; do
+patch -p1 -s < $i
+done
+%endif
+
 %patch0 -p1
 
 %patch20 -p1
@@ -637,6 +644,7 @@
 	cat %{SOURCE41} >> arch/%{_target_base_arch}/defconfig
 	
 %if %{with suspend2}
+	cat %{SOURCE42} >> arch/%{_target_base_arch}/defconfig
 %endif
 	
 %if %{with preemptive}
@@ -1335,6 +1343,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1433  2006/03/22 11:17:38  cieciwa
+- suspend2 code applayed,
+- added configuration file.
+
 Revision 1.441.2.1432  2006/03/22 10:54:32  cieciwa
 - _rel 0.3,
 - added bcond suspend2,
================================================================

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



More information about the pld-cvs-commit mailing list