rpms/yum/devel yum-HEAD.patch,1.20,1.21 yum.spec,1.253,1.254

James Antill james at fedoraproject.org
Thu Apr 9 13:57:42 UTC 2009


Author: james

Update of /cvs/pkgs/rpms/yum/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17561

Modified Files:
	yum-HEAD.patch yum.spec 
Log Message:
* Thu Apr  9 2009 James Antill <james at fedoraproject.org> - 3.2.22-4
- fix typo for yum-complete-transaction message.


yum-HEAD.patch:

Index: yum-HEAD.patch
===================================================================
RCS file: /cvs/pkgs/rpms/yum/devel/yum-HEAD.patch,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- yum-HEAD.patch	8 Apr 2009 20:54:26 -0000	1.20
+++ yum-HEAD.patch	9 Apr 2009 13:57:11 -0000	1.21
@@ -18487,3 +18487,22 @@
          if unlock(): return 200
          return 1
      elif result == 2:
+commit dfc451464b7646d0932e976dab9fc2679961def3
+Author: James Antill <james at and.org>
+Date:   Tue Apr 7 19:06:44 2009 -0400
+
+    Fix copy and paste typo
+
+diff --git a/yum/__init__.py b/yum/__init__.py
+index a6a84b8..45378e1 100644
+--- a/yum/__init__.py
++++ b/yum/__init__.py
+@@ -708,7 +708,7 @@ class YumBase(depsolve.Depsolve):
+             msg = _('There are unfinished transactions remaining. You might ' \
+                     'consider running yum-complete-transaction first to finish them.' )
+             self.logger.critical(msg)
+-            base.yumUtilsMsg(self.logger.critical, "yum-complete-transaction")
++            self.yumUtilsMsg(self.logger.critical, "yum-complete-transaction")
+             time.sleep(3)
+ 
+         self.plugins.run('preresolve')


Index: yum.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yum/devel/yum.spec,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -r1.253 -r1.254
--- yum.spec	8 Apr 2009 20:54:27 -0000	1.253
+++ yum.spec	9 Apr 2009 13:57:11 -0000	1.254
@@ -3,7 +3,7 @@
 Summary: RPM installer/updater
 Name: yum
 Version: 3.2.22
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://yum.baseurl.org/download/3.2/%{name}-%{version}.tar.gz
@@ -107,6 +107,9 @@
 %dir /usr/lib/yum-plugins
 
 %changelog
+* Thu Apr  9 2009 James Antill <james at fedoraproject.org> - 3.2.22-4
+- fix typo for yum-complete-transaction message.
+
 * Wed Apr  8 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.22-3
 - fix for file:// urls which makes things in pungi/mash work
 




More information about the fedora-extras-commits mailing list