rpms/mash/F-11 mash-nosigcheck.patch,NONE,1.1 mash.spec,1.51,1.52

Bill Nottingham notting at fedoraproject.org
Fri Sep 4 18:49:21 UTC 2009


Author: notting

Update of /cvs/extras/rpms/mash/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3777

Modified Files:
	mash.spec 
Added Files:
	mash-nosigcheck.patch 
Log Message:
Add nosigcheck patch from EL-5.


mash-nosigcheck.patch:
 metadata.py |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- NEW FILE mash-nosigcheck.patch ---
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):


Index: mash.spec
===================================================================
RCS file: /cvs/extras/rpms/mash/F-11/mash.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -p -r1.51 -r1.52
--- mash.spec	4 Sep 2009 18:48:10 -0000	1.51
+++ mash.spec	4 Sep 2009 18:49:21 -0000	1.52
@@ -9,6 +9,7 @@ License:        GPL
 URL:            http://fedorahosted.org/releases/m/a/mash/
 Source0:        http://fedorahosted.org/releases/m/a/mash/%{name}-%{version}.tar.gz
 Patch1:		mash-f12key.patch
+Patch2:		mash-nosigcheck.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       yum, createrepo, koji
 Conflicts:	pungi < 1.0.0
@@ -23,6 +24,7 @@ any multlib RPMs that are necessary.
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__python} setup.py build




More information about the fedora-extras-commits mailing list