From 29d7f098637bc293d375eff8aa66508d904ce8a0 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 24 Jan 2024 21:14:40 -0700 Subject: [PATCH] Drop unused BR on infinipath-psm --- openmpi.spec | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/openmpi.spec b/openmpi.spec index f73d675..b5608a2 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -41,18 +41,12 @@ %endif %ifarch x86_64 -%if 0%{?rhel} >= 8 -%bcond_with psm -%else -%bcond_without psm -%endif %if 0%{?rhel} >= 10 %bcond_with psm2 %else %bcond_without psm2 %endif %else -%bcond_with psm %bcond_with psm2 %endif @@ -124,9 +118,6 @@ BuildRequires: pmix-devel >= 4.2.7 BuildRequires: prrte BuildRequires: prrte-devel BuildRequires: python%{python3_pkgversion}-devel -%if %{with psm} -BuildRequires: infinipath-psm-devel -%endif %if %{with psm2} BuildRequires: libpsm2-devel %endif @@ -449,6 +440,9 @@ make check || ( cat test/*/test-suite.log && exit $fail ) %changelog +* Wed Jan 24 2024 Orion Poplawski - 5.0.1-3 +- Drop unused BR on infinipath-psm + * Sun Jan 21 2024 Fedora Release Engineering - 5.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild