rpms/mash/EL-5 mash-nosigcheck.patch, NONE, 1.1 mash.spec, 1.27, 1.28 mash-multilib-sync.patch, 1.3, NONE mash-multilib_yum_reponame-fix.patch, 1.1, NONE mash-noarch_build_nosrc-fix.patch, 1.1, NONE

Bill Nottingham notting at fedoraproject.org
Tue Jul 21 20:09:32 UTC 2009


Author: notting

Update of /cvs/extras/rpms/mash/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11325

Modified Files:
	mash.spec 
Added Files:
	mash-nosigcheck.patch 
Removed Files:
	mash-multilib-sync.patch mash-multilib_yum_reponame-fix.patch 
	mash-noarch_build_nosrc-fix.patch 
Log Message:
Don't sig-check delta RPMs, as it doesn't work right now.


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/EL-5/mash.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- mash.spec	30 Jun 2009 14:07:43 -0000	1.27
+++ mash.spec	21 Jul 2009 20:09:31 -0000	1.28
@@ -2,12 +2,13 @@
 
 Name:           mash
 Version:        0.5.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Koji buildsystem to yum repository converter
 Group:          Development/Tools
 License:        GPL
 URL:            http://people.redhat.com/notting/mash/
 Source0:        http://people.redhat.com/notting/mash/%{name}-%{version}.tar.gz
+Patch0:		mash-nosigcheck.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       yum, createrepo, koji
 Conflicts:	pungi < 1.0.0
@@ -21,6 +22,7 @@ any multlib RPMs that are necessary.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__python} setup.py build
@@ -44,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 /var/cache/mash
 
 %changelog
+* Tue Jul 21 2009 Bill Nottingham <notting at redhat.com> 0.5.8-2
+- don't sigcheck deltas
+
 * Mon Jun 29 2009 Bill Nottingham <notting at redhat.com> 0.5.8-1
 - noarch packages can have debuginfo too (#508746)
 - remove wine-arts from multilib whitelist (not needed, doesn't exist)


--- mash-multilib-sync.patch DELETED ---


--- mash-multilib_yum_reponame-fix.patch DELETED ---


--- mash-noarch_build_nosrc-fix.patch DELETED ---




More information about the fedora-extras-commits mailing list