rpms/mash/devel mash-nodelta.patch, 1.2, 1.3 noautobuild, NONE, 1.1 mash.spec, 1.55, 1.56

Bill Nottingham notting at fedoraproject.org
Fri Jul 24 14:09:37 UTC 2009


Author: notting

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

Modified Files:
	mash.spec 
Added Files:
	mash-nodelta.patch noautobuild 
Log Message:
Disable deltas for rawhide.


mash-nodelta.patch:
 rawhide.mash |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Index: mash-nodelta.patch
===================================================================
RCS file: mash-nodelta.patch
diff -N mash-nodelta.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ mash-nodelta.patch	24 Jul 2009 14:09:37 -0000	1.3
@@ -0,0 +1,10 @@
+diff -up mash-0.5.8/configs/rawhide.mash.foo mash-0.5.8/configs/rawhide.mash
+--- mash-0.5.8/configs/rawhide.mash.foo	2009-06-16 16:04:26.000000000 -0400
++++ mash-0.5.8/configs/rawhide.mash	2009-07-24 10:08:02.000000000 -0400
+@@ -14,4 +14,5 @@ keys = D22E77F2, 4EBFC273, 0B86274E, 6DF
+ 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
++


--- NEW FILE noautobuild ---
doing it myself


Index: mash.spec
===================================================================
RCS file: /cvs/extras/rpms/mash/devel/mash.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -p -r1.55 -r1.56
--- mash.spec	29 Jun 2009 17:54:14 -0000	1.55
+++ mash.spec	24 Jul 2009 14:09:37 -0000	1.56
@@ -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-nodelta.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
+* Fri Jul 24 2009 Bill Nottingham <notting at redhat.com> 0.5.8-2
+- disable deltas for rawhide during payload format mass rebuild
+
 * 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)




More information about the fedora-extras-commits mailing list