diff --git a/mash-debug.patch b/mash-debug.patch index 779c2fd..0b6c28e 100644 --- a/mash-debug.patch +++ b/mash-debug.patch @@ -40,3 +40,15 @@ index 56bb377..b381833 100644 self.repomatic.doPkgMetadata() self.repomatic.doRepoMetadata() self.repomatic.doFinalMove() +diff --git a/mash/metadata.py b/mash/metadata.py +index 938172a..59069c8 100644 +--- a/mash/metadata.py ++++ b/mash/metadata.py +@@ -68,6 +68,7 @@ class MetadataNew: + self.conf.update = True + self.conf.quiet = True + self.conf.unique_md_filenames = True ++ self.conf.profile = True + self.previous = None + self.logger = logger + diff --git a/mash-nodelta.patch b/mash-nodelta.patch deleted file mode 100644 index 71f3c9a..0000000 --- a/mash-nodelta.patch +++ /dev/null @@ -1,10 +0,0 @@ -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 diff --git a/mash.spec b/mash.spec index 16f281e..51bb4e6 100644 --- a/mash.spec +++ b/mash.spec @@ -2,7 +2,7 @@ Name: mash Version: 0.5.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Koji buildsystem to yum repository converter Group: Development/Tools License: GPL @@ -14,7 +14,6 @@ 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 @@ -24,7 +23,6 @@ any multlib RPMs that are necessary. %prep %setup -q %patch1 -p1 -%patch2 -p1 %build %{__python} setup.py build @@ -48,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT /var/cache/mash %changelog +* Tue Jun 16 2009 Bill Nottingham 0.5.5-4 +- deltas back on + * Thu Jun 11 2009 Bill Nottingham 0.5.5-3 - turn off deltas for a while