From c17c1a46e24e6831202f6a049c4fd66e11a292e9 Mon Sep 17 00:00:00 2001 From: Doug Ledford Date: Jan 11 2010 19:26:54 +0000 Subject: - ExcludeArch s390(x) as there's no hardware support there --- diff --git a/opensm.spec b/opensm.spec index f518866..a1efce6 100644 --- a/opensm.spec +++ b/opensm.spec @@ -1,6 +1,6 @@ Name: opensm Version: 3.3.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OpenIB InfiniBand Subnet Manager and management utilities Group: System Environment/Daemons License: GPLv2 or BSD @@ -12,6 +12,7 @@ Source3: opensm.initd BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libibmad-devel = 1.3.3, libtool, bison, flex, byacc Requires: %{name}-libs = %{version}-%{release}, logrotate, rdma +ExcludeArch: s390 s390x %description OpenSM is the OpenIB project's Subnet Manager for Infiniband networks. @@ -106,6 +107,9 @@ fi %{_libdir}/lib*.a %changelog +* Mon Jan 11 2010 Doug Ledford - 3.3.3-2 +- ExcludeArch s390(x) as there's no hardware support there + * Thu Dec 03 2009 Doug Ledford - 3.3.3-1 - Update to latest upstream release - Minor tweaks to init script for LSB compliance