Insert an update string to add the update level to the package version.
authorSapan Bhatia <sapanb@cs.princeton.edu>
Thu, 29 Oct 2009 16:32:23 +0000 (16:32 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Thu, 29 Oct 2009 16:32:23 +0000 (16:32 +0000)
kernel-2.6.spec

index 43115b1..6d06019 100644 (file)
@@ -44,10 +44,13 @@ Summary: The Linux kernel (the core of the Linux operating system)
 # updated every time the PL kernel is updated.
 %define vini_pl_patch 561
 
+
+%define update 1
+
 # Tweak for being able to issue updates with the same kernel version, but with
 # a different package version.
 %define kernelrelease vs%{vsversion}.%{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
-%define packagerelease %{kernelrelease}
+%define packagerelease %{kernelrelease}%{?update:.%{update}}
 
 %{!?pldistro:%global pldistro planetlab}