rpms/yum-utils/devel yum-downloader-archlist.patch, 1.2, 1.3 yum-utils.spec, 1.31, 1.32

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Fri Mar 7 04:13:57 UTC 2008


Author: jkeating

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

Modified Files:
	yum-downloader-archlist.patch yum-utils.spec 
Log Message:
* Thu Mar 06 2008 Jesse Keating <jkeating at redhat.com> - 1.1.11-4
- Update yumdownloader to git HEAD for complete archlist support.


yum-downloader-archlist.patch:

Index: yum-downloader-archlist.patch
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/yum-downloader-archlist.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- yum-downloader-archlist.patch	7 Mar 2008 03:51:43 -0000	1.2
+++ yum-downloader-archlist.patch	7 Mar 2008 04:13:53 -0000	1.3
@@ -31,8 +31,13 @@
              installable = yum.misc.unique(exactmatch + matched)
              if len(unmatched) > 0: # if we get back anything in unmatched, it fails
                  self.logger.error('No Match for argument %s' % pkg)
-@@ -160,7 +161,7 @@
+@@ -158,9 +159,12 @@ class YumDownloader(YumUtilBase):
+             if toActOn:
+                 if opts.source:
                      toDownload.extend(self.bestPackagesFromList(toActOn, 'src'))
++                elif opts.archlist:
++                    for arch in opts.archlist.split(','):
++                        toDownload.extend(self.bestPackagesFromList(toActOn, arch))
                  else:
                      toDownload.extend(self.bestPackagesFromList(toActOn))
 -        


Index: yum-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/yum-utils.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- yum-utils.spec	6 Mar 2008 20:52:52 -0000	1.31
+++ yum-utils.spec	7 Mar 2008 04:13:53 -0000	1.32
@@ -1,7 +1,7 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
 Version: 1.1.11
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL
 Group: Development/Tools
 Source: http://linux.duke.edu/yum/download/yum-utils/%{name}-%{version}.tar.gz
@@ -402,6 +402,9 @@
 
 
 %changelog
+* Thu Mar 06 2008 Jesse Keating <jkeating at redhat.com> - 1.1.11-4
+- Update yumdownloader to git HEAD for complete archlist support.
+
 * Thu Mar  6 2008 Seth Vidal <skvidal at fedoraproject.org>
 - 1.1.11-3
 - add archlist patch to yumdownloader so things can be built again.




More information about the fedora-extras-commits mailing list