From 6119d9bedad48f08d96c40cba7f1c0c112187808 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 10 Jul 2023 00:21:59 -0400 Subject: [PATCH] Disable PSM2 in RHEL 10 builds libpsm2 is listed as unwanted in ELN and RHEL 10. --- libfabric.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libfabric.spec b/libfabric.spec index 2fd4529..8458461 100644 --- a/libfabric.spec +++ b/libfabric.spec @@ -2,7 +2,7 @@ Name: libfabric Version: 1.18.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open Fabric Interfaces License: BSD-2-Clause OR GPL-2.0-only @@ -26,7 +26,7 @@ BuildRequires: librdmacm-devel %if 0%{?fedora} || 0%{?rhel} == 7 BuildRequires: infinipath-psm-devel %endif -%if 0%{?fedora} || 0%{?rhel} >= 7 +%if 0%{?fedora} || (0%{?rhel} >= 7 && 0%{?rhel} < 10) BuildRequires: libpsm2-devel %endif BuildRequires: numactl-devel @@ -94,6 +94,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %changelog +* Mon Jul 17 2023 Yaakov Selkowitz - 1.18.1-2 +- Disable PSM2 in RHEL 10 builds + * Sat Jul 15 2023 Orion Poplawski - 1.18.1-1 - Update to 1.18.1