[opensuse-kernel] Make kernel-default obsolete kernel-ppc64
Hi, ppc64 flavor was replaced by kernel-default. I think now kernel-default on ppc64 should obsolete kernel-ppc64, to make upgrade from 12.2 -> Factory/12.3 smoother. Is such kind of report is enough or I should come up with a patch or file a bug? Have fun, Dinar -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On Wed, Jan 30, 2013 at 05:50:37PM +0100, Dinar Valeev wrote:
Hi, ppc64 flavor was replaced by kernel-default. I think now kernel-default on ppc64 should obsolete kernel-ppc64, to make upgrade from 12.2 -> Factory/12.3 smoother.
Is such kind of report is enough or I should come up with a patch or file a bug?
Probably this patch should work?
From 06ca3f96bc1e39624b0d619de1b3ab98741943c1 Mon Sep 17 00:00:00 2001 From: Marcus Meissner <meissner@suse.de> Date: Mon, 4 Feb 2013 17:39:42 +0100 Subject: [PATCH] provide/obsolete kernel-ppc64 in kernel-default
--- rpm/kernel-binary.spec.in | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/rpm/kernel-binary.spec.in b/rpm/kernel-binary.spec.in index c6794a2..9136a90 100644 --- a/rpm/kernel-binary.spec.in +++ b/rpm/kernel-binary.spec.in @@ -115,6 +115,13 @@ Obsoletes: kernel-xenpae < %version #!BuildIgnore: xen %endif +%ifarch ppc64 +%if %build_flavor == "default" +Provides: %name-ppc64 = %version +Obsoletes: %name-ppc64 < %version +%endif +%endif + Provides: %name-nongpl = %version Obsoletes: %name-nongpl < %version %if %build_vanilla -- 1.7.7 -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
participants (2)
-
Dinar Valeev
-
Marcus Meissner