From 30331ffe74f1c752db8cd5faa71f76473f116d6f Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 25 Jan 2018 18:12:25 +0000 Subject: [PATCH] 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 --- opensm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensm.spec b/opensm.spec index 7dbc006..cc29b82 100644 --- a/opensm.spec +++ b/opensm.spec @@ -17,7 +17,7 @@ Source7: opensm.rwtab Source8: opensm.partitions 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 %if %{__remake_config} BuildRequires: libtool, autoconf, autoheader