Author: cieciwa Date: Wed Mar 22 10:54:38 2006 GMT Module: SPECS Tag: LINUX_2_6 ---- Log message: - _rel 0.3, - added bcond suspend2, - added suspend2 source [not applayed YET]. NFY
---- Files affected: SPECS: kernel.spec (1.441.2.1431 -> 1.441.2.1432) ---- Diffs: ================================================================ Index: SPECS/kernel.spec diff -u SPECS/kernel.spec:1.441.2.1431 SPECS/kernel.spec:1.441.2.1432 --- SPECS/kernel.spec:1.441.2.1431 Wed Mar 22 10:41:56 2006 +++ SPECS/kernel.spec Wed Mar 22 11:54:32 2006 @@ -10,6 +10,7 @@ %bcond_without pcmcia # don't build pcmcia %bcond_with preemptive # build preemptive kernel +%bcond_with suspend2 # build software suspend support %bcond_with verbose # verbose build (V=1) @@ -61,7 +62,7 @@ %define _udev_ver 071 %define _mkvmlinuz_ver 1.3 -%define _rel 0.2 +%define _rel 0.3 %define _netfilter_snap 20051125 %define _nf_hipac_ver 0.9.1 @@ -100,6 +101,9 @@ #Source6: http://people.redhat.com/mingo/debloating-patches/debloating-patches-2.6.15-rc7.tar.gz ## Source6-md5: ca7a1cdef3e5c95f182d039cebd92b5e +Source10: http://suspend2.net/downloads/all/suspend2-2.2.1-for-2.6.16.tar.bz2 +# Source10-md5: a235b258487dcce5db8a6f52a3b13bc3 + Source20: kernel-i386.config Source21: kernel-i386-smp.config Source22: kernel-x86_64.config @@ -130,6 +134,7 @@ ### # End ### + URL: http://www.kernel.org/ BuildRequires: binutils >= 3:2.14.90.0.7 BuildRequires: diffutils @@ -542,7 +547,7 @@ /usr/src/linux/Documentation. %prep -%setup -q -n linux-%{version}%{_rc} +%setup -q -n linux-%{version}%{_rc} -a10 %patch0 -p1 @@ -631,6 +636,8 @@ # squashfs cat %{SOURCE41} >> arch/%{_target_base_arch}/defconfig +%if %{with suspend2} +%endif %if %{with preemptive} sed -i "s:CONFIG_PREEMPT_NONE=y:# CONFIG_PREEMPT_NONE is not set:" arch/%{_target_base_arch}/defconfig @@ -1328,6 +1335,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.441.2.1432 2006/03/22 10:54:32 cieciwa +- _rel 0.3, +- added bcond suspend2, +- added suspend2 source [not applayed YET]. + +NFY + Revision 1.441.2.1431 2006/03/22 09:41:56 cieciwa - added linux-kbuild-extmod.patch as patch0. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1431&r2=1.441.2.1432&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
