SPECS (LINUX_2_6): kernel.spec - up to 2.6.23.9-0.1 NFY - introduc...
mguevara
mguevara at pld-linux.org
Wed Nov 28 01:39:43 CET 2007
Author: mguevara Date: Wed Nov 28 00:39:43 2007 GMT
Module: SPECS Tag: LINUX_2_6
---- Log message:
- up to 2.6.23.9-0.1 NFY
- introduced single bcond
- updated and renamed linux-2.6.19-imq1.diff -> kernel-imq.patch
---- Files affected:
SPECS:
kernel.spec (1.441.2.1808 -> 1.441.2.1809)
---- Diffs:
================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1808 SPECS/kernel.spec:1.441.2.1809
--- SPECS/kernel.spec:1.441.2.1808 Mon Nov 19 12:37:33 2007
+++ SPECS/kernel.spec Wed Nov 28 01:39:38 2007
@@ -48,6 +48,13 @@
%bcond_with vs22 # use vserver 2.2 instead of 2.3 (see comment near patch 102)
+%bcond_with single # do not use paralell make - for easier build process debug
+ # in a smp environment
+
+%if %{with single}
+%define __make /usr/bin/make -j1
+%endif
+
%{?debug:%define with_verbose 1}
%if %{without grsecurity}
@@ -116,7 +123,7 @@
%define _mkvmlinuz_ver 1.3
%define _basever 2.6.23
-%define _postver .8
+%define _postver .9
%define _prepatch %{nil}
%define _pre_rc %{nil}
%define _rc %{nil}
@@ -165,7 +172,7 @@
%endif
%if "%{_postver}" != "%{nil}"
Source1: http://www.kernel.org/pub/linux/kernel/v2.6/patch-%{version}.bz2
-# Source1-md5: 8f5bcde606a910025eebe71d8a237e95
+# Source1-md5: e6970074cfe21201cc1a55d109facb8a
%endif
Source3: kernel-autoconf.h
@@ -260,11 +267,10 @@
### End netfilter
-# based on 2.6.17 patch from http://www.linuximq.net/patchs/linux-2.6.17-imq1.diff,
-# some stuff moved from net/sched/sch_generic.c to net/core/dev.c for 2.6.19
-# compatibility. Should work, but not with wrr.
+# based on http://www.linuximq.net/patchs/linux-2.6.21-img2.diff with 2.6.23 fixes
+# some people report problems when using imq with wrr.
-Patch50: linux-2.6.19-imq1.diff
+Patch50: kernel-imq.patch
# based on ftp://ftp.namesys.com/pub/reiser4-for-2.6/2.6.22/reiser4-for-2.6.22-2.patch.gz
Patch51: reiser4-for-2.6.22-2.patch
@@ -1667,6 +1673,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.441.2.1809 2007-11-28 00:39:38 mguevara
+- up to 2.6.23.9-0.1 NFY
+- introduced single bcond
+- updated and renamed linux-2.6.19-imq1.diff -> kernel-imq.patch
+
Revision 1.441.2.1808 2007-11-19 11:37:33 arvenil
- patch 220 (kernel-block.patch) already in sources
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel.spec?r1=1.441.2.1808&r2=1.441.2.1809&f=u
More information about the pld-cvs-commit
mailing list