Fix up that last commit (it dropped the rdma dep on Fedora)
Previous committer didn't notice this block is split between SUSE and Fedora, and the effect of his change was to completely remove Fedora's build dependency on rdma.
This commit is contained in:
parent
7dfd488d6d
commit
3cac6fb618
@ -198,17 +198,18 @@ BuildRequires: openldap2-devel
|
||||
BuildRequires: python-Cython
|
||||
BuildRequires: python-PrettyTable
|
||||
BuildRequires: python-Sphinx
|
||||
# RDMA is no longer built on 32-bit ARM: see #1484155
|
||||
%ifnarch %{arm}
|
||||
BuildRequires: rdma-core-devel
|
||||
%endif
|
||||
%endif
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
Requires: systemd
|
||||
BuildRequires: boost-random
|
||||
BuildRequires: btrfs-progs
|
||||
BuildRequires: nss-devel
|
||||
BuildRequires: keyutils-libs-devel
|
||||
# RDMA is no longer built on 32-bit ARM: see #1484155
|
||||
%ifnarch %{arm}
|
||||
BuildRequires: rdma-core-devel
|
||||
%endif
|
||||
BuildRequires: openldap-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: redhat-lsb-core
|
||||
|
Loading…
Reference in New Issue
Block a user