diff --git a/slurm.changes b/slurm.changes index d6811d5..755247f 100644 --- a/slurm.changes +++ b/slurm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 8 08:19:23 UTC 2019 - Egbert Eich + +- Fix build dependency issue around libibmad-devel introduced + in SLE-12-SP4. + ------------------------------------------------------------------- Mon Jul 8 05:41:11 UTC 2019 - Egbert Eich diff --git a/slurm.spec b/slurm.spec index b33f4bf..4dd7b99 100644 --- a/slurm.spec +++ b/slurm.spec @@ -142,7 +142,11 @@ BuildRequires: pkgconfig BuildRequires: postgresql-devel >= 8.0.0 BuildRequires: readline-devel %if 0%{?suse_version} > 1310 || 0%{?sle_version} + %if 0%{?sle_version} >= 120400 && 0%{?sle_version} < 150000 +BuildRequires: infiniband-diags-devel + %else BuildRequires: libibmad-devel + %endif BuildRequires: libibumad-devel %endif %if 0%{?suse_version} > 1140