Author: baggins                      Date: Tue Feb 14 10:40:13 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- use '.' in place of '_' as alt_kernel separator

---- Files affected:
packages/kernel:
   kernel.spec (1.1020 -> 1.1021) 

---- Diffs:

================================================================
Index: packages/kernel/kernel.spec
diff -u packages/kernel/kernel.spec:1.1020 packages/kernel/kernel.spec:1.1021
--- packages/kernel/kernel.spec:1.1020  Mon Feb 13 22:21:03 2012
+++ packages/kernel/kernel.spec Tue Feb 14 11:40:08 2012
@@ -119,7 +119,7 @@
 # modules will be looked from /lib/modules/%{kernel_release}
 # localversion is just that without version for "> localversion"
 %define                localversion    %{rel}
-%define                kernel_release  
%{version}%{?alt_kernel:_%{alt_kernel}}-%{localversion}
+%define                kernel_release  
%{version}%{?alt_kernel:.%{alt_kernel}}-%{localversion}
 
 Summary:       The Linux kernel (the core of the Linux operating system)
 Summary(de.UTF-8):     Der Linux-Kernel (Kern des Linux-Betriebssystems)
@@ -1515,6 +1515,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.1021  2012/02/14 10:40:08  baggins
+- use '.' in place of '_' as alt_kernel separator
+
 Revision 1.1020  2012/02/13 21:21:03  arekm
 - up to 2.3.6; rel 1; updated vserver, unionfs, aufs. NOTE/WARNING: grsecurity 
is off by default now (as no one was interested in getting it to work with 
vserver in recent 3 months; grsec users should stay with 3.0 pld kernels)
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel.spec?r1=1.1020&r2=1.1021&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to