devel/yum yum-misc-fixes.patch,1.12,1.13 yum.spec,1.183,1.184

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Thu Oct 11 15:41:15 UTC 2007


Author: katzj

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

Modified Files:
	yum-misc-fixes.patch yum.spec 
Log Message:
* Thu Oct 11 2007 Jeremy Katz <katzj at redhat.com> - 3.2.6-4
- fix typo in one of yesterday's patches


yum-misc-fixes.patch:

Index: yum-misc-fixes.patch
===================================================================
RCS file: /cvs/pkgs/devel/yum/yum-misc-fixes.patch,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- yum-misc-fixes.patch	10 Oct 2007 15:51:42 -0000	1.12
+++ yum-misc-fixes.patch	11 Oct 2007 15:41:12 -0000	1.13
@@ -97,7 +97,7 @@
                                      if self.returnNewest((pkgver, installedver)) == installedver:
                                          willInstall = 0
                                          break
-+                            if rpm_a != arch and rpm_a in obs_arches[n]:
++                            if rpm_a != arch and rpm_a in obs_arches[name]:
 +                                willInstall = 0
                              if willInstall:
                                  if not obsdict.has_key(pkgtup):


Index: yum.spec
===================================================================
RCS file: /cvs/pkgs/devel/yum/yum.spec,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- yum.spec	10 Oct 2007 15:51:42 -0000	1.183
+++ yum.spec	11 Oct 2007 15:41:12 -0000	1.184
@@ -3,7 +3,7 @@
 Summary: RPM installer/updater
 Name: yum
 Version: 3.2.6
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://linux.duke.edu/projects/yum/download/3.2/%{name}-%{version}.tar.gz
@@ -95,6 +95,9 @@
 %dir /usr/lib/yum-plugins
 
 %changelog
+* Thu Oct 11 2007 Jeremy Katz <katzj at redhat.com> - 3.2.6-4
+- fix typo in one of yesterday's patches
+
 * Wed Oct 10 2007 Jeremy Katz <katzj at redhat.com> - 3.2.6-3
 - pull in upstream fixes for obsoletes to not pull in extra arches (#301661),
   expose key fingerprint in callback and to remove a debug message




More information about the fedora-extras-commits mailing list