SPECS (hawk-LINUX_2_6): kernel.spec - EXTRAVERSION fix from kernel...

hawk hawk at pld-linux.org
Mon Jun 4 14:16:52 CEST 2007


Author: hawk                         Date: Mon Jun  4 12:16:52 2007 GMT
Module: SPECS                         Tag: hawk-LINUX_2_6
---- Log message:
- EXTRAVERSION fix from kernel-vanilla.spec
- release 2

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1701.2.23 -> 1.441.2.1701.2.24) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1701.2.23 SPECS/kernel.spec:1.441.2.1701.2.24
--- SPECS/kernel.spec:1.441.2.1701.2.23	Fri Jun  1 16:35:29 2007
+++ SPECS/kernel.spec	Mon Jun  4 14:16:45 2007
@@ -81,7 +81,7 @@
 
 %define		_basever	2.6.21
 %define		_postver	.3
-%define		_rel		1
+%define		_rel		2
 %define		_rc		%{nil}
 %define		_subname	%{?with_pax:-pax}%{?with_grsec_full:-grsecurity}%{?with_vserver:-vserver}
 Summary:	The Linux kernel (the core of the Linux operating system)
@@ -640,6 +640,9 @@
 
 sed -i -e '/select INPUT/d' net/bluetooth/hidp/Kconfig
 
+# Fix EXTRAVERSION in main Makefile
+sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = %{_postver}%{_subname}#g' Makefile
+
 # remove unwanted files after patching (if any)
 find . '(' -name '*~' -o -name '*.orig' -o -name '.gitignore' ')' -print0 | xargs -0 -r -l512 rm -f
 
@@ -1379,6 +1382,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1701.2.24  2007/06/04 12:16:45  hawk
+- EXTRAVERSION fix from kernel-vanilla.spec
+- release 2
+
 Revision 1.441.2.1701.2.23  2007/06/01 14:35:29  hawk
 - builds and works on x86, release 1
 - include subname in kernel-release to allow installation of more than
================================================================

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



More information about the pld-cvs-commit mailing list