From 12cea7f253852af0778ee54d859bbfa0229f8585 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Jan 25 2018 18:12:25 +0000 Subject: 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. --- 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