[mash/f13/master] Add patch

Bill Nottingham notting at fedoraproject.org
Mon Aug 2 14:42:04 UTC 2010


commit c7a61cbdce104eeda426fce6023d98fb5d44700c
Author: Bill Nottingham <notting at redhat.com>
Date:   Mon Aug 2 10:41:34 2010 -0400

    Add patch

 mash-nosigcheck.patch |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/mash-nosigcheck.patch b/mash-nosigcheck.patch
new file mode 100644
index 0000000..022c0c2
--- /dev/null
+++ b/mash-nosigcheck.patch
@@ -0,0 +1,13 @@
+diff -up mash-0.5.8/mash/metadata.py.foo mash-0.5.8/mash/metadata.py
+--- mash-0.5.8/mash/metadata.py.foo	2009-06-23 11:05:52.000000000 -0400
++++ mash-0.5.8/mash/metadata.py	2009-07-21 16:06:53.000000000 -0400
+@@ -117,8 +117,7 @@ class MetadataNew:
+             hdr = rpmUtils.miscutils.hdrFromPackage(ts, file)
+             fname = '%s-%s-%s.%s.rpm' % (hdr['name'], hdr['version'], hdr['release'], hdr['arch'])
+             if fname in list.keys():
+-                if _sigmatches(hdr, list[fname]):
+-                    return True
++                return True
+             return False
+ 
+         def _copy(file, path):


More information about the scm-commits mailing list