SPECS (LINUX_2_6_18): kernel-vanilla.spec - missing _rel in EXTRAV...

abram abram at pld-linux.org
Wed Dec 6 10:40:41 CET 2006


Author: abram                        Date: Wed Dec  6 09:40:41 2006 GMT
Module: SPECS                         Tag: LINUX_2_6_18
---- Log message:
- missing _rel in EXTRAVERSION, uname -r returns 2.6.18.4_vanilla, but
for modules system is looking in /lib/modules/2.6.18.4_vanilla-0.1!!! aghr!

---- Files affected:
SPECS:
   kernel-vanilla.spec (1.14.2.5 -> 1.14.2.6) 

---- Diffs:

================================================================
Index: SPECS/kernel-vanilla.spec
diff -u SPECS/kernel-vanilla.spec:1.14.2.5 SPECS/kernel-vanilla.spec:1.14.2.6
--- SPECS/kernel-vanilla.spec:1.14.2.5	Wed Dec  6 04:54:54 2006
+++ SPECS/kernel-vanilla.spec	Wed Dec  6 10:40:35 2006
@@ -58,7 +58,7 @@
 Name:		kernel-%{alt_kernel}
 %define		_basever	2.6.18
 %define		_postver	.4
-%define		_rel		0.1
+%define		_rel		0.2
 Version:	%{_basever}%{_postver}
 Release:	%{_rel}
 Epoch:		3
@@ -553,7 +553,7 @@
 %endif
 
 # Fix EXTRAVERSION in main Makefile
-sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = %{_postver}_%{alt_kernel}#g' Makefile
+sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = %{_postver}_%{alt_kernel}-%{_rel}#g' Makefile
 
 sed -i -e '/select INPUT/d' net/bluetooth/hidp/Kconfig
 
@@ -1257,6 +1257,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14.2.6  2006/12/06 09:40:35  abram
+- missing _rel in EXTRAVERSION, uname -r returns 2.6.18.4_vanilla, but
+for modules system is looking in /lib/modules/2.6.18.4_vanilla-0.1!!! aghr!
+
 Revision 1.14.2.5  2006/12/06 03:54:54  shadzik
 - no, it's %endif not %else - fixed
 
================================================================

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



More information about the pld-cvs-commit mailing list