Author: pluto Date: Wed Nov 2 14:42:54 2005 GMT Module: SPECS Tag: LINUX_2_6 ---- Log message: - rt3, debug stuff enabled conditionally, release 0.3.
---- Files affected: SPECS: kernel.spec (1.441.2.1280 -> 1.441.2.1281) ---- Diffs: ================================================================ Index: SPECS/kernel.spec diff -u SPECS/kernel.spec:1.441.2.1280 SPECS/kernel.spec:1.441.2.1281 --- SPECS/kernel.spec:1.441.2.1280 Wed Nov 2 12:46:14 2005 +++ SPECS/kernel.spec Wed Nov 2 15:42:46 2005 @@ -130,7 +130,7 @@ %define _oprofile_ver 0.5.3 %define _udev_ver 058 -%define _rel 0.2 +%define _rel 0.3 %define _netfilter_snap 20051028 %define _nf_hipac_ver 0.9.1 @@ -164,7 +164,7 @@ Source3: http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-%{version}%{_rc}-git2.bz2 # Source3-md5: 3db58f38e8a3c001d1a18eb1ee27db3b # derived from http://people.redhat.com/mingo/realtime-preempt/patch-2.6.14-rt1 -Source4: patch-2.6.14-rt2 +Source4: patch-2.6.14-rt3 Source5: kernel-ppclibs.Makefile Source20: kernel-i386.config @@ -1006,6 +1006,10 @@ cat %{SOURCE96} >> arch/%{_target_base_arch}/defconfig %endif +%{?debug:sed -i "s:# CONFIG_DEBUG_SLAB is not set:CONFIG_DEBUG_SLAB=y:" arch/%{_target_base_arch}/defconfig} +%{?debug:sed -i "s:# CONFIG_DEBUG_PREEMPT is not set:CONFIG_DEBUG_PREEMPT=y:" arch/%{_target_base_arch}/defconfig} +%{?debug:sed -i "s:# CONFIG_RT_DEADLOCK_DETECT is not set:CONFIG_RT_DEADLOCK_DETECT=y:" arch/%{_target_base_arch}/defconfig} + ln -sf arch/%{_target_base_arch}/defconfig .config install -d $KERNEL_INSTALL_DIR/usr/src/linux-%{version}/include/linux rm -f include/linux/autoconf.h @@ -1688,6 +1692,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.441.2.1281 2005/11/02 14:42:46 pluto +- rt3, debug stuff enabled conditionally, release 0.3. + Revision 1.441.2.1280 2005/11/02 11:46:14 pluto - datagram core fixed. - realtime patch updated (-rt2). ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1280&r2=1.441.2.1281&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
