From c4be9e8b499f1377d302362cc465cc64a9353879 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Jul 24 2009 14:09:37 +0000 Subject: Disable deltas for rawhide. --- diff --git a/mash-nodelta.patch b/mash-nodelta.patch new file mode 100644 index 0000000..11b4539 --- /dev/null +++ b/mash-nodelta.patch @@ -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 ++ diff --git a/mash.spec b/mash.spec index 0aa6b54..ae48259 100644 --- a/mash.spec +++ b/mash.spec @@ -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 0.5.8-2 +- disable deltas for rawhide during payload format mass rebuild + * Mon Jun 29 2009 Bill Nottingham 0.5.8-1 - noarch packages can have debuginfo too (#508746) - remove wine-arts from multilib whitelist (not needed, doesn't exist) diff --git a/noautobuild b/noautobuild new file mode 100644 index 0000000..d7fb673 --- /dev/null +++ b/noautobuild @@ -0,0 +1 @@ +doing it myself