[yum-commits] Branch 'yum-3_2_X' - 2 commits - yum/misc.py

skvidal at osuosl.org skvidal at osuosl.org
Wed May 6 17:20:30 UTC 2009


 yum/misc.py |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit ca698d8e6969cd74e6806451e9dc8de28dd0f50b
Merge: a8f8940... e5dac27...
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Wed May 6 13:18:42 2009 -0400

    Merge branch 'yum-3_2_X' of ssh://yum.baseurl.org/srv/projects/yum/git/yum into yum-3_2_X
    
    * 'yum-3_2_X' of ssh://yum.baseurl.org/srv/projects/yum/git/yum:
      Don't alter the class GenericHolder, create an instance
      Can really get rid of _shrinklist() now
      Do patterns processing on doPkgLists().obsoletes (and the tuples)
      Do patterns processing on doPkgLists().updates
      Allow callers to drop the .updates etc.
      Deal with iteration in GenericHolder, less weird error or make it useful

commit a8f894049d43b37aa429468999e89531206cfd3d
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Wed May 6 13:18:24 2009 -0400

    add SHA=SHA1 hack to misc.Checksums(), too

diff --git a/yum/misc.py b/yum/misc.py
index 6daf4f1..b10214a 100644
--- a/yum/misc.py
+++ b/yum/misc.py
@@ -202,6 +202,8 @@ class Checksums:
 
         done = set()
         for sumtype in checksums:
+            if sumtype == 'sha':
+                sumtype = 'sha1'
             if sumtype in done:
                 continue
 


More information about the Yum-commits mailing list