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:
Adam Williamson 2017-08-24 12:46:53 -07:00
parent 7dfd488d6d
commit 3cac6fb618

View File

@ -198,17 +198,18 @@ BuildRequires: openldap2-devel
BuildRequires: python-Cython BuildRequires: python-Cython
BuildRequires: python-PrettyTable BuildRequires: python-PrettyTable
BuildRequires: python-Sphinx BuildRequires: python-Sphinx
# RDMA is no longer built on 32-bit ARM: see #1484155
%ifnarch %{arm}
BuildRequires: rdma-core-devel BuildRequires: rdma-core-devel
%endif %endif
%endif
%if 0%{?fedora} || 0%{?rhel} %if 0%{?fedora} || 0%{?rhel}
Requires: systemd Requires: systemd
BuildRequires: boost-random 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: rdma-core-devel
%endif
BuildRequires: openldap-devel BuildRequires: openldap-devel
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: redhat-lsb-core BuildRequires: redhat-lsb-core