From 2a4ed55826a75182f45474460c1b78c5974e161d Mon Sep 17 00:00:00 2001 From: Michel Lind Date: Sep 15 2023 17:49:25 +0000 Subject: Rebuilt against pmix 4.1.3 for Hyperscale Signed-off-by: Michel Lind --- diff --git a/slurm.spec b/slurm.spec index 553182b..368bf89 100644 --- a/slurm.spec +++ b/slurm.spec @@ -1,3 +1,6 @@ +# Guard against unexpected ABI breakage +%global pmix_version 4.1.3 + # Upstream tarballs use an additional release number %global ups_rel 1 @@ -16,7 +19,7 @@ Name: slurm Version: 22.05.9 -Release: 1%{?dist} +Release: 1.1%{?dist} Summary: Simple Linux Utility for Resource Management License: GPLv2 and BSD URL: https://slurm.schedmd.com/ @@ -77,7 +80,7 @@ BuildRequires: munge-devel BuildRequires: numactl-devel %endif BuildRequires: pam-devel -BuildRequires: pmix-devel +BuildRequires: pmix-devel = %{pmix_version} BuildRequires: rdma-core-devel BuildRequires: readline-devel BuildRequires: rrdtool-devel @@ -101,7 +104,7 @@ ExcludeArch: i686 Requires: /bin/mailx Requires: munge -Requires: pmix +Requires: pmix = %{pmix_version} %if 0%{?fedora} && %{with ucx} Requires: ucx %endif @@ -754,5 +757,6 @@ fi %systemd_postun_with_restart slurmdbd.service %changelog +* Fri Sep 15 2023 Michel Lind - 22.05.9-1.1 +- Initial Hyperscale build with pmix 4.1.3, based on Fedora's 22.05.9-1 -%autochangelog