Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package slurm for openSUSE:Factory checked 
in at 2023-03-17 17:05:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/slurm (Old)
 and      /work/SRC/openSUSE:Factory/.slurm.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "slurm"

Fri Mar 17 17:05:03 2023 rev:87 rq:1072592 version:23.02.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/slurm/slurm.changes      2023-03-15 
18:56:17.596953278 +0100
+++ /work/SRC/openSUSE:Factory/.slurm.new.31432/slurm.changes   2023-03-17 
17:05:25.130045954 +0100
@@ -1,0 +2,7 @@
+Thu Mar 16 15:48:15 UTC 2023 - Christian Goll <cg...@suse.com>
+
+- use libpmix.so.2 instead of libpmix.so to fix (bsc#1209260)
+  this removes the need of pmix-pluginlib
+  added: right-pmix-path.patch
+
+-------------------------------------------------------------------

New:
----
  right-pmix-path.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ slurm.spec ++++++
--- /var/tmp/diff_new_pack.q4RAsF/_old  2023-03-17 17:05:25.750049221 +0100
+++ /var/tmp/diff_new_pack.q4RAsF/_new  2023-03-17 17:05:25.758049263 +0100
@@ -141,6 +141,7 @@
 Source21:       README_Testsuite.md
 Patch0:         Remove-rpath-from-build.patch
 Patch2:         pam_slurm-Initialize-arrays-and-pass-sizes.patch
+Patch3:         right-pmix-path.patch
 Patch10:        Fix-test-21.41.patch
 Patch11:        Fix-test-38.11.patch
 Patch12:        Fix-test-32.8.patch
@@ -399,7 +400,6 @@
 %if %{with pmix}
 Requires:       libpmix%{pmix_so}
 Requires:       pmix
-Requires:       pmix-pluginlib
 %endif
 
 %description plugins
@@ -647,6 +647,7 @@
 %setup -q -n %{pname}-%{dl_ver}
 %patch0 -p1
 %patch2 -p1
+%patch3 -p1
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1

++++++ right-pmix-path.patch ++++++
>From 2e5a2f4fbb4b575694cffb14aa59cb02e5d24486 Mon Sep 17 00:00:00 2001
From: Christian Goll <cg...@suse.de>
Date: Tue, 14 Mar 2023 16:58:41 +0100
Subject: [PATCH] right pmix path

Signed-off-by: Christian Goll <cg...@suse.de>
---
 src/plugins/mpi/pmix/mpi_pmix.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/mpi/pmix/mpi_pmix.c b/src/plugins/mpi/pmix/mpi_pmix.c
index dde4d22751..007b556265 100644
--- a/src/plugins/mpi/pmix/mpi_pmix.c
+++ b/src/plugins/mpi/pmix/mpi_pmix.c
@@ -137,7 +137,7 @@ static void *_libpmix_open(void)
 #elif defined PMIXP_V4_LIBPATH
        xstrfmtcat(full_path, "%s/", PMIXP_V4_LIBPATH);
 #endif
-       xstrfmtcat(full_path, "libpmix.so");
+       xstrfmtcat(full_path, "libpmix.so.2");
 
        lib_plug = dlopen(full_path, RTLD_LAZY | RTLD_GLOBAL);
        xfree(full_path);
-- 
2.40.0

Reply via email to