SPECS: kernel-vanilla.spec - fix versioning (version-.release issu...

shadzik shadzik at pld-linux.org
Mon Feb 19 08:29:32 CET 2007


Author: shadzik                      Date: Mon Feb 19 07:29:32 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix versioning (version-.release issue <- the dot shouldn't be there)

---- Files affected:
SPECS:
   kernel-vanilla.spec (1.33 -> 1.34) 

---- Diffs:

================================================================
Index: SPECS/kernel-vanilla.spec
diff -u SPECS/kernel-vanilla.spec:1.33 SPECS/kernel-vanilla.spec:1.34
--- SPECS/kernel-vanilla.spec:1.33	Wed Feb 14 19:28:00 2007
+++ SPECS/kernel-vanilla.spec	Mon Feb 19 08:29:26 2007
@@ -86,7 +86,7 @@
 Summary(pl.UTF-8):	Jądro Linuksa
 Name:		kernel-%{alt_kernel}
 Version:	%{?_ver:%{_ver}}%{_basever}%{_postver}
-Release:	%{?_rc:%{_rc}.}%{_rel}
+Release:	%{?_rc:%{_rc}}%{_rel}
 Epoch:		3
 License:	GPL v2
 Group:		Base/Kernel
@@ -1305,6 +1305,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.34  2007/02/19 07:29:26  shadzik
+- fix versioning (version-.release issue <- the dot shouldn't be there)
+
 Revision 1.33  2007/02/14 18:28:00  shadzik
 - make TuneUpConfigForIX86 always return 0, fixes build on i386
 
================================================================

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



More information about the pld-cvs-commit mailing list