3.11.3 libibverbs-devel, librdmacm-devel -> rdma-core-devel
This commit is contained in:
parent
69821efcd6
commit
0c05a6df7d
@ -26,7 +26,7 @@
|
||||
%{?_without_rdma:%global _without_rdma --disable-ibverbs}
|
||||
|
||||
# No RDMA Support on s390(x)
|
||||
%ifarch s390 s390x
|
||||
%ifarch s390 s390x armv7hl
|
||||
%global _without_rdma --disable-ibverbs
|
||||
%endif
|
||||
|
||||
@ -183,7 +183,7 @@ Summary: Distributed File System
|
||||
%if ( 0%{_for_fedora_koji_builds} )
|
||||
Name: glusterfs
|
||||
Version: 3.11.3
|
||||
Release: 1%{?prereltag:.%{prereltag}}%{?dist}
|
||||
Release: 2%{?prereltag:.%{prereltag}}%{?dist}
|
||||
%else
|
||||
Name: @PACKAGE_NAME@
|
||||
Version: @PACKAGE_VERSION@
|
||||
@ -545,8 +545,12 @@ Obsoletes: python-gluster < 3.10
|
||||
%package rdma
|
||||
Summary: GlusterFS rdma support for ib-verbs
|
||||
Group: Applications/File
|
||||
%if ( 0%{?fedora} && 0%{?fedora} > 26 )
|
||||
BuildRequires: rdma-core-devel
|
||||
%else
|
||||
BuildRequires: libibverbs-devel
|
||||
BuildRequires: librdmacm-devel >= 1.0.15
|
||||
%endif
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description rdma
|
||||
@ -1390,6 +1394,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Aug 22 2017 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.11.3-2
|
||||
- 3.11.3 libibverbs-devel, librdmacm-devel -> rdma-core-devel
|
||||
|
||||
* Mon Aug 21 2017 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.11.3-1
|
||||
- 3.11.3 GA
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user