rpms/tailor/devel tailor.spec,1.1,1.2

Dan Horak (sharkcz) fedora-extras-commits at redhat.com
Fri Jul 27 19:40:59 UTC 2007


Author: sharkcz

Update of /cvs/pkgs/rpms/tailor/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23768

Modified Files:
	tailor.spec 
Log Message:
 - exclude ppc64 because darcs cannot be build on ppc64 now (#249906)


Index: tailor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tailor/devel/tailor.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tailor.spec	4 Jul 2007 11:12:00 -0000	1.1
+++ tailor.spec	27 Jul 2007 19:40:27 -0000	1.2
@@ -3,7 +3,7 @@
 Summary:	A tool to migrate changesets between several version control systems
 Name:		tailor
 Version:	0.9.28
-Release:	3%{?dist}
+Release:	4%{?dist}
 Source0:	http://darcs.arstecnica.it/%{name}-%{version}.tar.gz
 License:	GPL
 Group:		Development/Tools
@@ -16,6 +16,7 @@
 %endif
 Requires:	python-vcpx = %{version}-%{release}
 BuildArch:	noarch
+ExcludeArch:	ppc64
 Patch:		tailor-test.patch
 
 %description
@@ -30,6 +31,7 @@
 Summary:	Version Control Patch eXchanger
 Group:		Development/Libraries
 Requires:	cvs, subversion, mercurial, cogito, monotone, darcs, tla, bazaar
+ExcludeArch:	ppc64
 
 %description -n python-vcpx
 This is the package `vcpx` (pronounced "veeseepex").  It encapsulates
@@ -64,6 +66,9 @@
 %{python_sitelib}/vcpx
 
 %changelog
+* Fri Jul 27 2007 Dan Horak <dan[at]danny.cz> 0.9.28-4
+- exclude ppc64 because darcs cannot be build on ppc64 now (#249906)
+
 * Thu Jun 28 2007 Dan Horak <dan[at]danny.cz> 0.9.28-3
 - remove the shebang line from a non-excutable script
 




More information about the scm-commits mailing list