From 9ee1f7bfbf847848ec2ca6cd981bbb4514847c46 Mon Sep 17 00:00:00 2001 From: kzak Date: Mon, 20 Aug 2007 12:05:44 +0000 Subject: [PATCH] - util-linux-ng includes setarch(1), define relevat Obsoletes+Provides --- util-linux-ng.spec | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/util-linux-ng.spec b/util-linux-ng.spec index ac509d4..666b7be 100644 --- a/util-linux-ng.spec +++ b/util-linux-ng.spec @@ -2,7 +2,7 @@ Summary: A collection of basic system utilities Name: util-linux-ng Version: 2.13 -Release: 0.54%{?dist} +Release: 0.55%{?dist} License: GPLv2 and GPLv2+ and BSD with advertising and Public Domain Group: System Environment/Base URL: ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng @@ -61,6 +61,13 @@ Provides: schedutils = %{version} Obsoletes: util-linux <= 2.13.0.99 Provides: util-linux = %{version} +# setarch merge in util-linux-ng-2.13 +%ifarch sparc sparc64 +Obsoletes: sparc32 +%endif +Obsoletes: setarch <= 2.0-4 +Provides: setarch = %{version} + Requires(preun): /sbin/install-info Requires(post): /sbin/install-info Requires(post): coreutils @@ -513,9 +520,12 @@ exit 0 /sbin/losetup %changelog +* Mon Aug 20 2007 Karel Zak 2.13-0.55 +- util-linux-ng includes setarch(1), define relevat Obsoletes+Provides + * Mon Aug 20 2007 Karel Zak 2.13-0.54 - port "blockdev --rmpart" patch from util-linux -- use same Provides/Obsolete setting like in util-linux +- use same Provides/Obsoletes setting like in util-linux * Wed Aug 15 2007 Karel Zak 2.13-0.53 - fix #252046 - review Request: util-linux-ng (util-linux replacement)