rpms/kernel/devel kernel.spec,1.1,1.2

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Thu Jul 12 20:23:36 UTC 2007


Author: jwilson

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

Modified Files:
	kernel.spec 
Log Message:
Hackily set fedora_cvs_origin to preserve rpm release ordering, since cvs blows


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kernel.spec	12 Jul 2007 20:16:31 -0000	1.1
+++ kernel.spec	12 Jul 2007 20:23:03 -0000	1.2
@@ -19,7 +19,10 @@
 # setup, we set fedora_cvs_origin to the current cvs revision s/1.// of the
 # 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 3283
+# 
+# Bah. Have to set this to a negative for the moment to fix rpm ordering after
+# moving the spec file. cvs sucks. Should be sure to fix this once 2.6.23 is out.
+%define fedora_cvs_origin -17
 %define fedora_build %(R="$Revision$"; R="${R%% \$}"; R="${R##: 1.}"; expr $R - %{fedora_cvs_origin})
 
 # base_sublevel is the kernel version we're starting with and patching




More information about the scm-commits mailing list