rpms/kernel-xen-2.6/devel kernel.spec,1.11.2.1,1.11.2.2

Mark McLoughlin (markmc) fedora-extras-commits at redhat.com
Mon Feb 18 17:09:32 UTC 2008


Author: markmc

Update of /cvs/pkgs/rpms/kernel-xen-2.6/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7401

Modified Files:
      Tag: private-markmc-pv-ops-branch
	kernel.spec 
Log Message:
Little bit of hackery to get a sane n-v-r



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel-xen-2.6/devel/kernel.spec,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -u -r1.11.2.1 -r1.11.2.2
--- kernel.spec	18 Feb 2008 16:55:16 -0000	1.11.2.1
+++ kernel.spec	18 Feb 2008 17:08:45 -0000	1.11.2.2
@@ -12,7 +12,7 @@
 # that the kernel isn't the stock distribution kernel, for example,
 # by setting the define to ".local" or ".bz123456"
 #
-#% define buildid .local
+%define buildid .pv_ops
 
 # fedora_build defines which build revision of this kernel version we're
 # building. Rather than incrementing forever, as with the prior versioning
@@ -20,8 +20,9 @@
 # kernel spec when the kernel is rebased, so fedora_build automatically
 # works out to the offset from the rebase, so it doesn't get too ginormous.
 #
-%define fedora_cvs_origin 384
-%define fedora_build %(R="$Revision$"; R="${R%% \$}"; R="${R##: 1.}"; expr $R - %{fedora_cvs_origin})
+%define fedora_cvs_origin 23
+%define private_markmc_pv_ops_branch 1.11.2.
+%define fedora_build %(R="$Revision$"; R="${R%% \$}"; echo "%{fedora_cvs_origin}.${R##: %{private_markmc_pv_ops_branch}}")
 
 # base_sublevel is the kernel version we're starting with and patching
 # on top of -- for example, 2.6.22-rc7-git1 starts with a 2.6.21 base,




More information about the fedora-extras-commits mailing list