rpms/kernel/devel .cvsignore, 1.621, 1.622 Makefile, 1.47, 1.48 kernel-2.6.spec, 1.3183, 1.3184 sources, 1.584, 1.585

Dave Jones (davej) fedora-extras-commits at redhat.com
Mon May 28 04:45:43 UTC 2007


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20491

Modified Files:
	.cvsignore Makefile kernel-2.6.spec sources 
Log Message:
Upload new patches.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.621
retrieving revision 1.622
diff -u -r1.621 -r1.622
--- .cvsignore	28 May 2007 01:42:04 -0000	1.621
+++ .cvsignore	28 May 2007 04:45:06 -0000	1.622
@@ -5,3 +5,4 @@
 linux-2.6.21.tar.bz2
 patch-2.6.21.1.bz2
 patch-2.6.22-rc3.bz2
+patches.tar.bz2


Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/Makefile,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- Makefile	24 May 2007 01:58:42 -0000	1.47
+++ Makefile	28 May 2007 04:45:06 -0000	1.48
@@ -17,6 +17,12 @@
 include ../common/Makefile.common
 include Makefile.config
 
+prebuild:
+	tar -c linux-2.6-*.patch >patches.tar
+	bzip2 -9 patches.tar
+	make upload FILES=patches.tar.bz2
+	cvs commit -m "Upload new patches."
+
 debug:
 	@perl -pi -e 's/# CONFIG_DEBUG_IGNORE_QUIET is not set/CONFIG_DEBUG_IGNORE_QUIET=y/' configs/config-nodebug
 	@perl -pi -e 's/# CONFIG_DEBUG_SLAB is not set/CONFIG_DEBUG_SLAB=y/' configs/config-nodebug


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.3183
retrieving revision 1.3184
diff -u -r1.3183 -r1.3184
--- kernel-2.6.spec	28 May 2007 04:12:01 -0000	1.3183
+++ kernel-2.6.spec	28 May 2007 04:45:06 -0000	1.3184
@@ -377,6 +377,7 @@
 Source81: config-rhel-x86-generic
 Source82: config-olpc-generic
 
+Source100: patches.tar.bz2
 
 BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root-%{_target_cpu}
 
@@ -736,6 +737,9 @@
   done
 %endif
 
+# Unpack the patch tarball here.
+tar jxvf %{SOURCE100} -C $RPM_SOURCE_DIR
+
 # First we unpack the kernel tarball.
 # If this isn't the first make prep, we use links to the existing clean tarball
 # which speeds things up quite a bit.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.584
retrieving revision 1.585
diff -u -r1.584 -r1.585
--- sources	28 May 2007 01:42:04 -0000	1.584
+++ sources	28 May 2007 04:45:06 -0000	1.585
@@ -1,3 +1,4 @@
 1b515f588078dfa7f4bab2634bd17e80  linux-2.6.21.tar.bz2
 c4c368f173af267a564948065ffc1689  patch-2.6.21.1.bz2
 2e7d2943ed89c4676296374d8eaaacb6  patch-2.6.22-rc3.bz2
+723352a4c83bc874ab5aaa9519f03c37  patches.tar.bz2




More information about the fedora-extras-commits mailing list