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-02 23:03:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/slurm (Old)
 and      /work/SRC/openSUSE:Factory/.slurm.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "slurm"

Thu Mar  2 23:03:34 2023 rev:84 rq:1068523 version:23.02.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/slurm/slurm.changes      2023-03-01 
16:14:44.838815517 +0100
+++ /work/SRC/openSUSE:Factory/.slurm.new.31432/slurm.changes   2023-03-02 
23:04:07.444039937 +0100
@@ -1,0 +2,10 @@
+Wed Mar  1 17:18:41 UTC 2023 - Egbert Eich <[email protected]>
+
+- Add missing Provides: and Obsoletes: to slurm-cray, slurm-hdf5
+  and slurm-testsuite to avoid package conflicts.
+- Add dependency for the general plugin package to the
+  AcctGatherProfile HDF5 plugin.
+- Adjust node RealMemory in slurm.conf of test suite for 8G test
+  nodes.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ slurm.spec ++++++
--- /var/tmp/diff_new_pack.fEcp91/_old  2023-03-02 23:04:08.220043813 +0100
+++ /var/tmp/diff_new_pack.fEcp91/_new  2023-03-02 23:04:08.228043853 +0100
@@ -426,6 +426,7 @@
 Group:          Productivity/Clustering/Computing
 %{?upgrade:Provides: %{pname}-plugin-ext-sensors-rrd = %{version}}
 %{?upgrade:Conflicts: %{pname}-plugin-ext-sensors-rrd}
+Conflicts:      %{pname}-plugins < %version
 Requires:       %{name}-plugins = %{version}
 
 %description plugin-ext-sensors-rrd
@@ -581,6 +582,9 @@
 %package hdf5
 Summary:        Store accounting data in hdf5
 Group:          Productivity/Clustering/Computing
+%{?upgrade:Obsoletes:      %{pname}-hdf5 < %{version}}
+%{?upgrade:Provides:       %{pname}-hdf5 = %{version}}
+Requires:       %{name}-plugins = %version
 
 %description hdf5
 Plugin to store accounting in the hdf5 file format. This plugin has to be
@@ -590,6 +594,8 @@
 %package cray
 Summary:        Cray specific plugins
 Group:          Productivity/Clustering/Computing
+%{?upgrade:Obsoletes:      %{pname}-cray < %{version}}
+%{?upgrade:Provides:       %{pname}-cray = %{version}}
 
 %description cray
 Plugins for specific cray hardware, includes power and knl node management.
@@ -601,6 +607,8 @@
 %package testsuite
 Summary:        Regression tests from Slurm sources
 Group:          Productivity/Clustering/Computing
+%{?upgrade:Obsoletes:      %{pname}-testsuite < %{version}}
+%{?upgrade:Provides:       %{pname}-testsuite = %{version}}
 Requires:       %{name} = %version
 Requires:       %{name}-auth-none = %version
 Requires:       %{name}-cray = %version

++++++ test_setup.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/test_setup/slurm.conf new/test_setup/slurm.conf
--- old/test_setup/slurm.conf   2022-07-07 15:23:58.650585425 +0200
+++ new/test_setup/slurm.conf   2023-03-01 15:04:19.227061172 +0100
@@ -62,9 +62,9 @@
 #PropagateResourceLimitsExcept=MEMLOCK
 
 PartitionName=normal Nodes=node0[1-4] Default=YES MaxTime=24:00:00 State=UP
-NodeName=node0[1-4] State=UNKNOWN Gres=gpu:4,mps:400 CPUs=8 Boards=1 
SocketsPerBoard=4 CoresPerSocket=2 ThreadsPerCore=1 RealMemory=7945
+NodeName=node0[1-4] State=UNKNOWN Gres=gpu:4,mps:400 CPUs=8 Boards=1 
SocketsPerBoard=4 CoresPerSocket=2 ThreadsPerCore=1 RealMemory=7800
 # @ Alternative setting for test1.119:
-# NodeName=node0[1-4] State=UNKNOWN Gres=gpu:4,mps:400 CPUs=8 Boards=1 
SocketsPerBoard=1 CoresPerSocket=8 ThreadsPerCore=1 RealMemory=7945
+# NodeName=node0[1-4] State=UNKNOWN Gres=gpu:4,mps:400 CPUs=8 Boards=1 
SocketsPerBoard=1 CoresPerSocket=8 ThreadsPerCore=1 RealMemory=7800
 # CpuBind=cores
 
 TaskPlugin=task/cgroup,task/affinity

Reply via email to