packages: kernel-xen0/kernel-xen0.spec, kernel-vanilla/kernel-vanilla.spec ...

sparky sparky at pld-linux.org
Sun May 16 22:08:38 CEST 2010


Author: sparky                       Date: Sun May 16 20:08:38 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- dash ("-") is not allowed in macro (including bcond) names

---- Files affected:
packages/kernel-xen0:
   kernel-xen0.spec (1.11 -> 1.12) 
packages/kernel-vanilla:
   kernel-vanilla.spec (1.225 -> 1.226) 

---- Diffs:

================================================================
Index: packages/kernel-xen0/kernel-xen0.spec
diff -u packages/kernel-xen0/kernel-xen0.spec:1.11 packages/kernel-xen0/kernel-xen0.spec:1.12
--- packages/kernel-xen0/kernel-xen0.spec:1.11	Wed Feb 17 15:45:15 2010
+++ packages/kernel-xen0/kernel-xen0.spec	Sun May 16 22:08:32 2010
@@ -13,7 +13,7 @@
 %bcond_without	source		# don't build kernel-source package
 %bcond_with	verbose		# verbose build (V=1)
 %bcond_with	pae		# build PAE (HIGHMEM64G) support on uniprocessor
-%bcond_with	preempt-nort	# build preemptable no realtime kernel
+%bcond_with	preempt_nort	# build preemptable no realtime kernel
 
 %{?debug:%define with_verbose 1}
 
@@ -390,7 +390,7 @@
 MAKE_OPTS	:= %{MakeOpts}
 
 CONFIGS += %{_sourcedir}/kernel-xen0-multiarch.conf
-%if %{with preempt-nort}
+%if %{with preempt_nort}
 CONFIGS += %{_sourcedir}/kernel-xen0-preempt-nort.config
 %else
 CONFIGS += %{_sourcedir}/kernel-xen0-no-preempt-nort.config
@@ -919,6 +919,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2010/05/16 20:08:32  sparky
+- dash ("-") is not allowed in macro (including bcond) names
+
 Revision 1.11  2010/02/17 14:45:15  pawelz
 - reverted some adapter's changes (pointed out by glen, thx)
 

================================================================
Index: packages/kernel-vanilla/kernel-vanilla.spec
diff -u packages/kernel-vanilla/kernel-vanilla.spec:1.225 packages/kernel-vanilla/kernel-vanilla.spec:1.226
--- packages/kernel-vanilla/kernel-vanilla.spec:1.225	Wed Dec 16 15:49:58 2009
+++ packages/kernel-vanilla/kernel-vanilla.spec	Sun May 16 22:08:33 2010
@@ -18,7 +18,7 @@
 %bcond_with	noarch		# build noarch packages
 %bcond_with	verbose		# verbose build (V=1)
 %bcond_with	pae		# build PAE (HIGHMEM64G) support on uniprocessor
-%bcond_with	preempt-nort	# build preemptable no realtime kernel
+%bcond_with	preempt_nort	# build preemptable no realtime kernel
 
 %{?debug:%define with_verbose 1}
 
@@ -441,7 +441,7 @@
 MAKE_OPTS	:= %{MakeOpts}
 
 CONFIGS += %{_sourcedir}/kernel-vanilla-multiarch.conf
-%if %{with preempt-nort}
+%if %{with preempt_nort}
 CONFIGS += %{_sourcedir}/kernel-vanilla-preempt-nort.config
 %else
 CONFIGS += %{_sourcedir}/kernel-vanilla-no-preempt-nort.config
@@ -1012,6 +1012,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.226  2010/05/16 20:08:33  sparky
+- dash ("-") is not allowed in macro (including bcond) names
+
 Revision 1.225  2009/12/16 14:49:58  patrys
 - 2.6.32.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel-xen0/kernel-xen0.spec?r1=1.11&r2=1.12&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel-vanilla/kernel-vanilla.spec?r1=1.225&r2=1.226&f=u



More information about the pld-cvs-commit mailing list