From 2a5769c2e46b6ada253e9b965ab1e681682156ed Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Thu, 29 Oct 2009 16:32:23 +0000 Subject: [PATCH] Insert an update string to add the update level to the package version. --- kernel-2.6.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kernel-2.6.spec b/kernel-2.6.spec index 43115b175..6d060193e 100644 --- a/kernel-2.6.spec +++ b/kernel-2.6.spec @@ -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} -- 2.47.0