- util-linux-ng includes setarch(1), define relevat Obsoletes+Provides

This commit is contained in:
kzak 2007-08-20 12:05:44 +00:00
commit 9ee1f7bfbf

View file

@ -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 <kzak@redhat.com> 2.13-0.55
- util-linux-ng includes setarch(1), define relevat Obsoletes+Provides
* Mon Aug 20 2007 Karel Zak <kzak@redhat.com> 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 <kzak@redhat.com> 2.13-0.53
- fix #252046 - review Request: util-linux-ng (util-linux replacement)