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