[yum-commits] Branch 'yum-3_2_X' - rpmUtils/updates.py

skvidal at osuosl.org skvidal at osuosl.org
Fri Sep 11 12:30:29 UTC 2009


 rpmUtils/updates.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0105f56622ca832f63bfd3838648884a593f73f1
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Fri Sep 11 08:30:03 2009 -0400

    change comment on the tuple order for rpmutils - yum ticket 250

diff --git a/rpmUtils/updates.py b/rpmUtils/updates.py
index f2d43f8..3264956 100644
--- a/rpmUtils/updates.py
+++ b/rpmUtils/updates.py
@@ -24,7 +24,7 @@ class Updates:
     """
     This class computes and keeps track of updates and obsoletes.
     initialize, add installed packages, add available packages (both as
-    unique lists of name, epoch, ver, rel, arch tuples), add an optional dict
+    unique lists of name, arch, ver, rel, epoch tuples), add an optional dict
     of obsoleting packages with obsoletes and what they obsolete ie::
         foo, i386, 0, 1.1, 1: bar >= 1.1.
     """


More information about the Yum-commits mailing list