[trafficserver] switch to ExclusiveArch

Dan Horák sharkcz at fedoraproject.org
Mon Apr 9 07:45:55 UTC 2012


commit 75f2f532f73814f47512eb0497c3de9349f85f84
Author: Dan Horák <dan at danny.cz>
Date:   Mon Apr 9 09:45:51 2012 +0200

    switch to ExclusiveArch

 trafficserver.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/trafficserver.spec b/trafficserver.spec
index 8f367af..d2b0459 100644
--- a/trafficserver.spec
+++ b/trafficserver.spec
@@ -3,7 +3,7 @@
 Summary:	Fast, scalable and extensible HTTP/1.1 compliant caching proxy server
 Name:		trafficserver
 Version:	3.0.4
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	ASL 2.0
 Group:		System Environment/Daemons
 Source0:	http://www.apache.org/dist/%{name}/%{name}-%{version}.tar.bz2
@@ -15,8 +15,8 @@ URL:		http://trafficserver.apache.org/index.html
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:	autoconf, automake, libtool, openssl-devel, tcl-devel, expat-devel
 BuildRequires:	pcre-devel, zlib-devel, xz-devel, gcc-c++
-# trafficserver fails to build on ppc, TS-1131
-ExcludeArch:	ppc ppc64
+# trafficserver fails to build on ppc and others, TS-1131, see lib/ts/ink_queue.h
+ExclusiveArch:	%{ix86} x86_64 ia64 %{arm}
 Requires: initscripts
 %if %{?fedora}0 > 140 || %{?rhel}0 > 60
 Requires: systemd
@@ -189,6 +189,9 @@ header files, and Apache httpd style module build system.
 %attr(0644,root,root) %{_libdir}/trafficserver/*.so
 
 %changelog
+* Mon Apr 9 2012 Dan Horák <dan[at]danny.cz> - 3.0.4-3
+- switch to ExclusiveArch
+
 * Fri Mar 23 2012 <janfrode at tanso.net> - 3.0.4-2
 - Create /var/run/trafficserver using tmpfiles.d on f15+.
 


More information about the scm-commits mailing list