Hello community, here is the log from the commit of package slurm for openSUSE:Leap:15.2 checked in at 2020-03-18 00:36:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/slurm (Old) and /work/SRC/openSUSE:Leap:15.2/.slurm.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "slurm" Wed Mar 18 00:36:47 2020 rev:62 rq:785995 version:20.02.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/slurm/slurm.changes 2020-03-06 12:44:18.322867646 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.slurm.new.3160/slurm.changes 2020-03-18 00:36:52.709416892 +0100 @@ -1,0 +2,13 @@ +Sun Mar 8 15:43:25 UTC 2020 - Egbert Eich <[email protected]> + +- Remove legacy_cray: with 20.02 the special treatment for + cray-specific plugins on SLE version prior to 15SP2 is + no longer required. + +------------------------------------------------------------------- +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.PNb2ST/_old 2020-03-18 00:36:53.125417153 +0100 +++ /var/tmp/diff_new_pack.PNb2ST/_new 2020-03-18 00:36:53.129417156 +0100 @@ -48,9 +48,6 @@ %if 0%{?base_ver} > 0 && 0%{?base_ver} < %(echo %{_ver} | tr -d _) %define upgrade 1 %endif -%if !0%{?is_opensuse} && 0%{!?upgrade:1} && 0%{?sle_version} < 150200 -%define legacy_cray 1 -%endif # Build with PMIx only for SLE >= 15.2 and TW %if 0%{?sle_version} >= 150200 || 0%{suse_version} >= 1550 @@ -359,6 +356,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 +372,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. @@ -1145,19 +1143,6 @@ %{_libdir}/slurm/acct_gather_profile_influxdb.so %{_libdir}/slurm/ext_sensors_rrd.so %{_libdir}/slurm/jobcomp_elasticsearch.so -%if 0%{?legacy_cray} -%{_libdir}/slurm/acct_gather_energy_cray_aries.so -%{_libdir}/slurm/core_spec_cray_aries.so -%{_libdir}/slurm/job_submit_cray_aries.so -%{_libdir}/slurm/select_cray_aries.so -%{_libdir}/slurm/switch_cray_aries.so -%{_libdir}/slurm/task_cray_aries.so -%{_libdir}/slurm/mpi_cray_shasta.so - %if 0%{?have_json_c} -%{_libdir}/slurm/node_features_knl_cray.so -%{_libdir}/slurm/power_cray_aries.so - %endif -%endif %files lua %{?comp_at} @@ -1246,8 +1231,8 @@ %{_mandir}/man1/sh5util.1.gz %endif -%if !0%{?legacy_cray} %files cray +%{?comp_at} # do not remove cray sepcific packages from SLES update %{_libdir}/slurm/acct_gather_energy_cray_aries.so %{_libdir}/slurm/core_spec_cray_aries.so @@ -1256,10 +1241,9 @@ %{_libdir}/slurm/switch_cray_aries.so %{_libdir}/slurm/task_cray_aries.so %{_libdir}/slurm/mpi_cray_shasta.so - %if 0%{?have_json_c} +%if 0%{?have_json_c} %{_libdir}/slurm/node_features_knl_cray.so %{_libdir}/slurm/power_cray_aries.so - %endif %endif %changelog
