- ExcludeArch s390(x) as there's no hardware support there

This commit is contained in:
Doug Ledford 2010-01-11 19:26:54 +00:00
parent c8f583bb04
commit c17c1a46e2

View File

@ -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 <dledford@redhat.com> - 3.3.3-2
- ExcludeArch s390(x) as there's no hardware support there
* Thu Dec 03 2009 Doug Ledford <dledford@redhat.com> - 3.3.3-1
- Update to latest upstream release
- Minor tweaks to init script for LSB compliance