[fawkes] exclude s390(x)

Dan Horák sharkcz at fedoraproject.org
Mon Oct 31 16:23:51 UTC 2011


commit 1dd68698a8785807585db945bb0a0d6ad6b9ad34
Author: Dan Horák <dan at danny.cz>
Date:   Mon Oct 31 17:23:45 2011 +0100

    exclude s390(x)

 fawkes.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/fawkes.spec b/fawkes.spec
index 15afcdd..451d92f 100644
--- a/fawkes.spec
+++ b/fawkes.spec
@@ -1,6 +1,6 @@
 Name:           fawkes
 Version:        0.4.2
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Robot Software Framework
 
 Group:          Applications/System
@@ -38,6 +38,8 @@ BuildRequires:  xmlrpc-c-devel
 BuildRequires:  player-devel >= 3.0
 BuildRequires:  gearbox-devel >= 9.11
 %endif
+# s390(x) doesn't FireWire and other necessary parts
+ExcludeArch:    s390 s390x
 
 Requires:       %{name}-core %{name}-firevision %{name}-firevision-tools %{name}-lua
 Requires:       %{name}-plugin-bbsync %{name}-plugin-bblogger
@@ -580,6 +582,9 @@ rm -rf %{buildroot}
 %{_datadir}/doc/%{name}-%{version}
 
 %changelog
+* Mon Oct 31 2011 Dan Horák <dan[at]danny.cz> - 0.4.2-7
+- exclude s390(x)
+
 * Fri Oct 14 2011 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.4.2-6
 - Add patch from Jaroslav Škarvada to get this building on rawhide 
   and fix broken dep/FTBFS (#715874)


More information about the scm-commits mailing list