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:
parent
af9f25c413
commit
30331ffe74
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user