rpms/util-linux-ng/devel util-linux-ng.spec,1.6,1.7

Karel Zak (kzak) fedora-extras-commits at redhat.com
Fri Aug 24 11:42:12 UTC 2007


Author: kzak

Update of /cvs/pkgs/rpms/util-linux-ng/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12510

Modified Files:
	util-linux-ng.spec 
Log Message:
* Fri Aug 24 2007 Karel Zak <kzak at redhat.com> 2.13-0.59
- add release number to util-linux Provides and increment setarch Obsoletes
- fix #254114 - spec typo



Index: util-linux-ng.spec
===================================================================
RCS file: /cvs/pkgs/rpms/util-linux-ng/devel/util-linux-ng.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- util-linux-ng.spec	22 Aug 2007 19:28:19 -0000	1.6
+++ util-linux-ng.spec	24 Aug 2007 11:41:39 -0000	1.7
@@ -2,7 +2,7 @@
 Summary: A collection of basic system utilities
 Name: util-linux-ng
 Version: 2.13
-Release: 0.58%{?dist}
+Release: 0.59%{?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
@@ -54,19 +54,19 @@
 
 # old versions of util-linux have been splited to more sub-packages
 Obsoletes: mount <= 2.11, losetup <= 2.11
-Provides: mount = %{version}, losetup = ${version}
+Provides: mount = %{version}, losetup = %{version}
 # Robert Love's schedutils have been merged to util-linux-2.13-pre1
 Obsoletes: schedutils <= 1.5
 Provides: schedutils = %{version}
 # fork and rename from util-linux to util-linux-ng
 Obsoletes: util-linux <= 2.13.0.51
-Provides: util-linux = %{version}
+Provides: util-linux = %{version}-%{release}
 
 # setarch merge in util-linux-ng-2.13
 %ifarch sparc sparc64
 Obsoletes: sparc32
 %endif
-Obsoletes: setarch <= 2.0-5
+Obsoletes: setarch <= 2.0-99
 Provides: setarch = %{version}
 
 Requires(preun): /sbin/install-info
@@ -523,6 +523,10 @@
 /sbin/losetup
 
 %changelog
+* Fri Aug 24 2007 Karel Zak <kzak at redhat.com> 2.13-0.59
+- add release number to util-linux Provides and increment setarch Obsoletes
+- fix #254114 - spec typo
+
 * Wed Aug 22 2007 Jesse Keating <jkeating at redhat.com>  2.13-0.58
 - Obsolete a sufficiently high enough version of setarch
 




More information about the fedora-extras-commits mailing list