Disable RDMA support on 32-bit ARM (#1484155)
This commit is contained in:
parent
30b06a8179
commit
c19045b383
12
ceph.spec
12
ceph.spec
@ -86,7 +86,7 @@
|
|||||||
#################################################################################
|
#################################################################################
|
||||||
Name: ceph
|
Name: ceph
|
||||||
Version: 12.1.4
|
Version: 12.1.4
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
%endif
|
%endif
|
||||||
@ -206,7 +206,10 @@ BuildRequires: boost-random
|
|||||||
BuildRequires: btrfs-progs
|
BuildRequires: btrfs-progs
|
||||||
BuildRequires: nss-devel
|
BuildRequires: nss-devel
|
||||||
BuildRequires: keyutils-libs-devel
|
BuildRequires: keyutils-libs-devel
|
||||||
|
# RDMA is no longer built on 32-bit ARM: see #1484155
|
||||||
|
%ifnarch %{arm}
|
||||||
BuildRequires: libibverbs-devel
|
BuildRequires: libibverbs-devel
|
||||||
|
%endif
|
||||||
BuildRequires: openldap-devel
|
BuildRequires: openldap-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: redhat-lsb-core
|
BuildRequires: redhat-lsb-core
|
||||||
@ -882,6 +885,10 @@ cmake .. \
|
|||||||
-DWITH_RADOSGW_BEAST_FRONTEND=ON \
|
-DWITH_RADOSGW_BEAST_FRONTEND=ON \
|
||||||
%else
|
%else
|
||||||
-DWITH_RADOSGW_BEAST_FRONTEND=OFF \
|
-DWITH_RADOSGW_BEAST_FRONTEND=OFF \
|
||||||
|
%endif
|
||||||
|
# RDMA is no longer built on 32-bit ARM: see #1484155
|
||||||
|
%ifnarch %{arm}
|
||||||
|
-DWITH_RDMA=OFF \
|
||||||
%endif
|
%endif
|
||||||
-DBOOST_J=%{_smp_ncpus}
|
-DBOOST_J=%{_smp_ncpus}
|
||||||
|
|
||||||
@ -1792,6 +1799,9 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 22 2017 Adam Williamson <awilliam@redhat.com> - 1:12.1.4-3
|
||||||
|
- Disable RDMA support on 32-bit ARM (#1484155)
|
||||||
|
|
||||||
* Thu Aug 17 2017 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 1:12.1.4-2
|
* Thu Aug 17 2017 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 1:12.1.4-2
|
||||||
- fix %%epoch in comment, ppc64le lowmem_builder
|
- fix %%epoch in comment, ppc64le lowmem_builder
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user