rpms/mash/devel mash-nodelta.patch,NONE,1.1 mash.spec,1.49,1.50

Bill Nottingham notting at fedoraproject.org
Fri Jun 12 03:17:02 UTC 2009


Author: notting

Update of /cvs/extras/rpms/mash/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12159

Modified Files:
	mash.spec 
Added Files:
	mash-nodelta.patch 
Log Message:
disable deltas until they're fixed


mash-nodelta.patch:

--- NEW FILE mash-nodelta.patch ---
diff --git a/configs/rawhide.mash b/configs/rawhide.mash
index 124de62..7071bda 100644
--- a/configs/rawhide.mash
+++ b/configs/rawhide.mash
@@ -14,4 +14,4 @@ keys = D22E77F2, 4EBFC273, 0B86274E, 6DF2196F, DF9B0AE9
 repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/development/%(arch)s/os/
 repoviewtitle = "Fedora Rawhide - %(arch)s"
 arches = i386 x86_64 ppc ppc64
-delta = True
+delta = False


Index: mash.spec
===================================================================
RCS file: /cvs/extras/rpms/mash/devel/mash.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -p -r1.49 -r1.50
--- mash.spec	10 Jun 2009 03:45:03 -0000	1.49
+++ mash.spec	12 Jun 2009 03:16:31 -0000	1.50
@@ -2,7 +2,7 @@
 
 Name:           mash
 Version:        0.5.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Koji buildsystem to yum repository converter
 Group:          Development/Tools
 License:        GPL
@@ -14,6 +14,7 @@ Conflicts:	pungi < 1.0.0
 BuildRequires:  python-devel
 BuildArch:      noarch
 Patch1:		mash-debug.patch
+Patch2:		mash-nodelta.patch
 
 %description
 mash is a tool that queries a koji buildsystem for the latest RPMs for
@@ -23,6 +24,7 @@ any multlib RPMs that are necessary.
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__python} setup.py build
@@ -46,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 /var/cache/mash
 
 %changelog
+* Thu Jan 11 2009 Bill Nottingham <notting at redhat.com> 0.5.5-3
+- turn off deltas for a while
+
 * Tue Jun  9 2009 Bill Nottingham <notting at redhat.com> 0.5.5-2
 - add debugging cruft
 




More information about the fedora-extras-commits mailing list