- Update to latest upstream release. We need various defines in ib_types.h
for the latest ibutils package to build properly, and the latest ibutils package is needed because we found licensing problems in the older tarballs during review.
This commit is contained in:
parent
c17c1a46e2
commit
6da9a5ddec
@ -2,3 +2,4 @@ opensm-3.2.1.tar.gz
|
||||
opensm-3.3.1.tar.gz
|
||||
opensm-3.3.2.tar.gz
|
||||
opensm-3.3.3.tar.gz
|
||||
opensm-3.3.5.tar.gz
|
||||
|
12
opensm.spec
12
opensm.spec
@ -1,6 +1,6 @@
|
||||
Name: opensm
|
||||
Version: 3.3.3
|
||||
Release: 2%{?dist}
|
||||
Version: 3.3.5
|
||||
Release: 1%{?dist}
|
||||
Summary: OpenIB InfiniBand Subnet Manager and management utilities
|
||||
Group: System Environment/Daemons
|
||||
License: GPLv2 or BSD
|
||||
@ -10,7 +10,7 @@ Source1: opensm.conf
|
||||
Source2: opensm.logrotate
|
||||
Source3: opensm.initd
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: libibmad-devel = 1.3.3, libtool, bison, flex, byacc
|
||||
BuildRequires: libibmad-devel = 1.3.4, libtool, bison, flex, byacc
|
||||
Requires: %{name}-libs = %{version}-%{release}, logrotate, rdma
|
||||
ExcludeArch: s390 s390x
|
||||
|
||||
@ -107,6 +107,12 @@ fi
|
||||
%{_libdir}/lib*.a
|
||||
|
||||
%changelog
|
||||
* Mon Mar 08 2010 Doug Ledford <dledford@redhat.com> - 3.3.5-1
|
||||
- Update to latest upstream release. We need various defines in ib_types.h
|
||||
for the latest ibutils package to build properly, and the latest ibutils
|
||||
package is needed because we found licensing problems in the older
|
||||
tarballs during review.
|
||||
|
||||
* Mon Jan 11 2010 Doug Ledford <dledford@redhat.com> - 3.3.3-2
|
||||
- ExcludeArch s390(x) as there's no hardware support there
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user