Hello community, here is the log from the commit of package slurm for openSUSE:Factory checked in at 2020-03-05 23:23:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/slurm (Old) and /work/SRC/openSUSE:Factory/.slurm.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "slurm" Thu Mar 5 23:23:46 2020 rev:42 rq:781815 version:20.02.0 Changes: -------- --- /work/SRC/openSUSE:Factory/slurm/slurm.changes 2020-03-01 21:28:16.468588222 +0100 +++ /work/SRC/openSUSE:Factory/.slurm.new.26092/slurm.changes 2020-03-05 23:24:02.297368858 +0100 @@ -1,0 +2,6 @@ +Wed Mar 4 13:05:07 UTC 2020 - Christian Goll <[email protected]> + +- slurm-plugins will now also require pmix not only libpmix + (bsc#1164326) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ slurm.spec ++++++ --- /var/tmp/diff_new_pack.cdStYe/_old 2020-03-05 23:24:03.849369712 +0100 +++ /var/tmp/diff_new_pack.cdStYe/_new 2020-03-05 23:24:03.849369712 +0100 @@ -359,6 +359,10 @@ Group: Productivity/Clustering/Computing %{?upgrade:Provides: %{pname}-plugins = %{version}} %{?upgrade:Conflicts: %{pname}-plugins} +%if %{with pmix} +Requires: libpmix%{pmix_so} +Requires: pmix +%endif %description plugins This package contains the SLURM plugins (loadable shared objects) @@ -371,9 +375,6 @@ Provides: torque-client %{?upgrade:Provides: %{pname}-torque = %{version}} %{?upgrade:Conflicts: %{pname}-torque} -%if %{with pmix} -Requires: libpmix%{pmix_so} -%endif %description torque Wrapper scripts for aiding migration from Torque/PBS to SLURM.
