From fea1913dceeb7577d19540c9e120e2a104997b85 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Nov 17 2009 14:42:01 +0000 Subject: apply patch to disable ppc --- diff --git a/mash.spec b/mash.spec index bb984a4..785b633 100644 --- a/mash.spec +++ b/mash.spec @@ -2,12 +2,13 @@ Name: mash Version: 0.5.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Koji buildsystem to yum repository converter Group: Development/Tools License: GPL URL: http://fedorahosted.org/releases/m/a/mash/ Source0: http://fedorahosted.org/releases/m/a/mash/%{name}-%{version}.tar.gz +Patch0: 0001-There-is-no-ppc-in-Fedora-rawhide-anymore.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 +* Tue Nov 17 2009 Dennis Gilmore 0.5.10-2 +- apply patch to disable ppc + * Mon Nov 16 2009 Bill Nottingham 0.5.10-1 - fix up distro_tags and content_tags - bump rawhide version