Bill Nottingham 97fdaa3
diff -up mash-0.5.8/mash/metadata.py.foo mash-0.5.8/mash/metadata.py
Bill Nottingham 97fdaa3
--- mash-0.5.8/mash/metadata.py.foo	2009-06-23 11:05:52.000000000 -0400
Bill Nottingham 97fdaa3
+++ mash-0.5.8/mash/metadata.py	2009-07-21 16:06:53.000000000 -0400
Bill Nottingham 97fdaa3
@@ -117,8 +117,7 @@ class MetadataNew:
Bill Nottingham 97fdaa3
             hdr = rpmUtils.miscutils.hdrFromPackage(ts, file)
Bill Nottingham 97fdaa3
             fname = '%s-%s-%s.%s.rpm' % (hdr['name'], hdr['version'], hdr['release'], hdr['arch'])
Bill Nottingham 97fdaa3
             if fname in list.keys():
Bill Nottingham 97fdaa3
-                if _sigmatches(hdr, list[fname]):
Bill Nottingham 97fdaa3
-                    return True
Bill Nottingham 97fdaa3
+                return True
Bill Nottingham 97fdaa3
             return False
Bill Nottingham 97fdaa3
 
Bill Nottingham 97fdaa3
         def _copy(file, path):