rpms/yum-utils/devel yum-utils.spec,1.6,1.7

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sat Jul 29 02:27:20 UTC 2006


Author: lmacken

Update of /cvs/extras/rpms/yum-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4886

Modified Files:
	yum-utils.spec 
Log Message:
Add patch to fix fastestmirror to work with new yum api


Index: yum-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/yum-utils/devel/yum-utils.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- yum-utils.spec	7 May 2006 02:14:48 -0000	1.6
+++ yum-utils.spec	29 Jul 2006 02:27:19 -0000	1.7
@@ -1,10 +1,11 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
 Version: 0.6
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPL
 Group: Development/Tools
 Source: http://linux.duke.edu/yum/download/yum-utils/%{name}-%{version}.tar.gz
+Patch0: %{name}-%{version}-fastestmirror-newapi.patch
 URL: http://linux.duke.edu/yum/download/yum-utils/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -104,6 +105,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -196,6 +198,9 @@
 /usr/lib/yum-plugins/downloadonly.*
 
 %changelog
+* Thu Jul 28 2006 Luke Macken <lmacken at redhat.com>
+- Add patch to fix fastestmirror to work with new yum api
+
 * Sat May  6 2006 Seth Vidal <skvidal at linux.duke.edu>
 - bump version number
 - added yum-downloadonly plugin




More information about the fedora-extras-commits mailing list