Fix BuildRequires

opensm looks for libibumad, not libibmad, but the former used to get pulled in anyway.  With the recent reorganization of the Infiniband packages, that no longer happens, and configure fails.

Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
Yaakov Selkowitz 2018-01-25 18:12:25 +00:00 committed by Honggang Li
parent af9f25c413
commit 30331ffe74

View File

@ -17,7 +17,7 @@ Source7: opensm.rwtab
Source8: opensm.partitions Source8: opensm.partitions
Patch0: opensm-3.3.17-prefix.patch Patch0: opensm-3.3.17-prefix.patch
BuildRequires: libibmad-devel >= 1.3.12, systemd, systemd-units BuildRequires: libibumad-devel, systemd, systemd-units
BuildRequires: bison, flex, byacc BuildRequires: bison, flex, byacc
%if %{__remake_config} %if %{__remake_config}
BuildRequires: libtool, autoconf, autoheader BuildRequires: libtool, autoconf, autoheader