rpms/mash/devel mash.spec,1.61,1.62

Dennis Gilmore ausil at fedoraproject.org
Tue Nov 17 14:42:02 UTC 2009


Author: ausil

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

Modified Files:
	mash.spec 
Log Message:
apply patch to disable ppc




Index: mash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mash/devel/mash.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -p -r1.61 -r1.62
--- mash.spec	16 Nov 2009 20:03:47 -0000	1.61
+++ mash.spec	17 Nov 2009 14:42:01 -0000	1.62
@@ -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 <dennis at ausil.us> 0.5.10-2
+- apply patch to disable ppc
+
 * Mon Nov 16 2009 Bill Nottingham <notting at redhat.com> 0.5.10-1
 - fix up distro_tags and content_tags
 - bump rawhide version




More information about the scm-commits mailing list