[mash/el5/master] Turn off sig checking.

Bill Nottingham notting at fedoraproject.org
Mon Aug 2 14:28:47 UTC 2010


commit 759763e53cddebe3b907a3bfcc04e34d374c0726
Author: Bill Nottingham <notting at redhat.com>
Date:   Mon Aug 2 10:28:16 2010 -0400

    Turn off sig checking.

 mash.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/mash.spec b/mash.spec
index 9b9cb1e..9ff52d2 100644
--- a/mash.spec
+++ b/mash.spec
@@ -2,7 +2,7 @@
 
 Name:           mash
 Version:        0.5.17
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Koji buildsystem to yum repository converter
 Group:          Development/Tools
 License:        GPL
@@ -13,6 +13,7 @@ Requires:       yum, createrepo, koji
 Conflicts:	pungi < 1.0.0
 BuildRequires:  python-devel
 BuildArch:      noarch
+Patch:		mash-nosigcheck.patch
 
 %description
 mash is a tool that queries a koji buildsystem for the latest RPMs for
@@ -21,6 +22,7 @@ any multlib RPMs that are necessary.
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 %{__python} setup.py build
@@ -44,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 /var/cache/mash
 
 %changelog
+* Mon Aug  2 2010 Bill Nottingham <notting at redhat.com> 0.5.17-2
+- turn off sigs again (#598584)
+
 * Fri Jun 25 2010 Bill Nottingham <notting at redhat.com> 0.5.17-1
 - fix copying of prior deltarpms, broken in 0.5.16 (#598584)
 


More information about the scm-commits mailing list