SPECS (LINUX_2_6): kernel.spec - 2.6.19 work in progress - not yet...

mguevara mguevara at pld-linux.org
Thu Dec 14 00:15:29 CET 2006


Author: mguevara                     Date: Wed Dec 13 23:15:29 2006 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- 2.6.19 work in progress - not yet ready
- todo changed
- reiser4 bcond added (default off)
- patch5 vesafb-tng-1.0-rc2-2.6.19-rc2.patch added (applies but not tested,
  bcond off by default)
- patch51 reiser4-for-2.6.19.patch added  

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1673 -> 1.441.2.1674) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1673 SPECS/kernel.spec:1.441.2.1674
--- SPECS/kernel.spec:1.441.2.1673	Tue Dec 12 16:56:36 2006
+++ SPECS/kernel.spec	Thu Dec 14 00:15:23 2006
@@ -18,7 +18,15 @@
 # - (patch 9999) grsecurity-2.1.9-2.6.18.patch - use spender snapshot
 # - (patch 200) linux-2.6-ppc-ICE-hacks.patch - untested - ppc needed
 # - separate PaX and grsecurity support 
-# - update configs for all supported archs
+# - update configs for up/smp i386 (almost done) 
+# - check status of kernel-netfilter.config 
+# - check status of kernel-suspend2.config 
+# - update configs for up/smp x86_64
+# - update configs for up/smp sparc
+# - update configs for up/smp sparc64
+# - update configs for up/smp alpha
+# - update configs for up/smp ppc
+# - update configs for up/smp ia64
 #
 # WARNING: Kernels from 2.6.16.X series not work under OldWorldMac
 #
@@ -34,6 +42,7 @@
 %bcond_with	verbose		# verbose build (V=1)
 %bcond_with	xen0		# added Xen0 support
 %bcond_with	xenU		# added XenU support
+%bcond_with	reiser4		# support for reiser4 fs
 
 %bcond_without	grsecurity	# don't build grsecurity at all
 %bcond_without	grsec_minimal	# build only minimal subset (proc,link,fifo,shm)
@@ -213,10 +222,12 @@
 Patch3:		bootsplash-3.1.6-2.6.15.diff
 #	http://dev.gentoo.org/~spock/projects/gensplash/archive/fbsplash-0.9.2-r5-2.6.18-rc4.patch
 Patch4:		fbsplash-0.9.2-r5-2.6.18-rc4.patch
-#Patch5:		linux-2.6-vesafb-tng.patch
 
-# directly from http://mesh.dl.sourceforge.net/sourceforge/squashfs/squashfs3.0.tar.gz
-#		from linux-2.6.15
+# vesafb-tng: http://dev.gentoo.org/~spock/projects/vesafb-tng/archive/vesafb-tng-1.0-rc2-2.6.19-rc2.patch
+Patch5:		vesafb-tng-1.0-rc2-2.6.19-rc2.patch
+
+# squashfs based on http://mesh.dl.sourceforge.net/sourceforge/squashfs/squashfs3.1-r2.tar.gz
+# from linux-2.6.18 with squashfs3.1-r2_for_2.6.19.patch applied
 Patch6:		squashfs%{squashfs_version}-patch
 Patch7:		linux-alpha-isa.patch
 Patch8:		linux-fbcon-margins.patch
@@ -262,6 +273,12 @@
 # from http://www.linuximq.net/patchs/linux-2.6.16-imq2.diff
 #Patch50:	linux-2.6.16-imq2.diff
 
+# from http://laurent.riffard.free.fr/reiser4/reiser4-for-2.6.19.patch.gz
+# based on http://ftp.namesys.com/pub/reiser4-for-2.6/2.6.18/reiser4-for-2.6.18-3.patch.gz
+# with 9 pathes from reiserfs mailing-list.
+# details http://www.mail-archive.com/reiserfs-list@namesys.com/msg22492.html
+Patch51:	reiser4-for-2.6.19.patch
+
 # esfq
 # from http://fatooh.org/esfq-2.6/current/esfq-kernel.patch
 Patch53:	esfq-kernel.patch
@@ -320,7 +337,7 @@
 #wanpipe
 #Patch3000:	wanpipe-beta7-2.3.4.patch
 
-# use http://www.grsecurity.net/~spender/grsecurity-2.1.9-2.6.19-200612102128.patch
+# use http://www.grsecurity.net/~spender/grsecurity-2.1.9-2.6.19.1-200612121859.patch
 Patch9999:	grsecurity-2.1.9-2.6.18.patch
 
 URL:		http://www.kernel.org/
@@ -891,9 +908,9 @@
 %patch4 -p1
 %endif
 
-#%ifarch %{ix86}
-#%{?with_vesafb_tng:%patch5 -p1}
-#%endif
+%ifarch %{ix86}
+%{?with_vesafb_tng:%patch5 -p1}
+%endif
 
 %patch6 -p1
 
@@ -937,6 +954,11 @@
 
 #%patch50 -p1
 
+# reiser4
+%if %{with reiser4}
+%patch51 -p1
+%endif
+
 %patch53 -p1
 %patch54 -p1
 %patch55 -p1
@@ -1846,6 +1868,14 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1674  2006/12/13 23:15:23  mguevara
+- 2.6.19 work in progress - not yet ready
+- todo changed
+- reiser4 bcond added (default off)
+- patch5 vesafb-tng-1.0-rc2-2.6.19-rc2.patch added (applies but not tested,
+  bcond off by default)
+- patch51 reiser4-for-2.6.19.patch added
+
 Revision 1.441.2.1673  2006/12/12 15:56:36  mguevara
 - updated todo
 - patch2001 kernel-drm_pciids-via.patch removed - id already in 2.6.19
================================================================

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



More information about the pld-cvs-commit mailing list