ppcrcd/trunk: kernel.spec kernel.spec-patch

sparky cvs at pld-linux.org
Thu Jan 5 22:05:18 CET 2006


Author: sparky
Date: Thu Jan  5 22:05:17 2006
New Revision: 6744

Added:
   ppcrcd/trunk/kernel.spec-patch
Removed:
   ppcrcd/trunk/kernel.spec
Log:
- use patch for adapting kernel.spec


Added: ppcrcd/trunk/kernel.spec-patch
==============================================================================
--- (empty file)
+++ ppcrcd/trunk/kernel.spec-patch	Thu Jan  5 22:05:17 2006
@@ -0,0 +1,39 @@
+Index: kernel.spec
+===================================================================
+RCS file: /cvsroot/SPECS/kernel.spec,v
+retrieving revision 1.441.2.1357
+diff -u -r1.441.2.1357 kernel.spec
+--- kernel.spec	2 Jan 2006 11:47:11 -0000	1.441.2.1357
++++ kernel.spec	4 Jan 2006 19:57:33 -0000
+@@ -102,9 +102,9 @@
+ %endif
+ %endif
+ 
+-%define		have_drm	1
+-%define		have_oss	1
+-%define		have_sound	1
++%define		have_drm	0
++%define		have_oss	0
++%define		have_sound	0
+ 
+ %ifarch %{ix86} alpha ppc
+ %define		have_isa	1
+@@ -367,6 +367,9 @@
+ Patch401:	kernel-hotfixes.patch
+ Patch402:	linux-em8300-2.6.11.2.patch
+ 
++#http://www.beyondlogic.org/nb5/linux-2.6.12.2_squashfs2.2_lzma.patch
++Patch500:	linux-squashfs2.2_lzma.patch
++
+ URL:		http://www.kernel.org/
+ BuildRequires:	binutils >= 2.14.90.0.7
+ BuildRequires:	diffutils
+@@ -906,6 +909,8 @@
+ %if %{with em8300}
+ %patch402 -p1
+ %endif
++
++%patch500 -p1
+ 
+ # Fix EXTRAVERSION in main Makefile
+ sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = %{_postver}#g' Makefile


More information about the pld-cvs-commit mailing list