From cc3a5971f5ec1aabaf6a1e7505411d58618f8663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 9 Jan 2013 10:15:46 +0100 Subject: [PATCH] Don't build for s390x since it's not supported by kernel either --- fcoe-utils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fcoe-utils.spec b/fcoe-utils.spec index 447b429..74c2df2 100644 --- a/fcoe-utils.spec +++ b/fcoe-utils.spec @@ -3,7 +3,7 @@ Name: fcoe-utils Version: 1.0.25 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fibre Channel over Ethernet utilities Group: Applications/System License: GPLv2 @@ -13,7 +13,7 @@ Source0: %{name}-%{version}.tar.bz2 Source1: quickstart.txt Source2: fcoe.service Source3: fcoe.config -ExcludeArch: ppc s390 +ExcludeArch: ppc s390 s390x # Generic Fedora patches Patch1: fcoe-utils-1.0.19-make.patch Patch2: fcoe-utils-1.0.18-help.patch @@ -101,6 +101,9 @@ done %{_libexecdir}/fcoe/ %changelog +* Wed Jan 09 2013 Petr Šabata - 1.0.25-2 +- Don't build for s390x since it's not supported by kernel either + * Tue Nov 27 2012 Petr Šabata - 1.0.25-1 - 1.0.25 (with latest fixes) - Simplify the spec a bit