Hello community,

here is the log from the commit of package slurm for openSUSE:Factory checked 
in at 2020-07-08 19:16:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/slurm (Old)
 and      /work/SRC/openSUSE:Factory/.slurm.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "slurm"

Wed Jul  8 19:16:29 2020 rev:47 rq:819285 version:20.02.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/slurm/slurm.changes      2020-07-03 
00:10:16.243641080 +0200
+++ /work/SRC/openSUSE:Factory/.slurm.new.3060/slurm.changes    2020-07-08 
19:16:47.935811774 +0200
@@ -1,0 +2,9 @@
+Tue Jul  7 09:05:40 UTC 2020 - Egbert Eich <e...@suse.com>
+
+- Add support for openPMIx also for Leap/SLE 15.0/1 (bsc#1173805).
+- Do not run %check on SLE-12-SP2: Some incompatibility in tcl
+  makes this fail.
+- Remove unneeded build dependency to postgresql-devel.
+- Disable build on s390 (requires 64bit).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ slurm.spec ++++++
--- /var/tmp/diff_new_pack.noPclw/_old  2020-07-08 19:16:48.691814556 +0200
+++ /var/tmp/diff_new_pack.noPclw/_new  2020-07-08 19:16:48.691814556 +0200
@@ -28,12 +28,13 @@
 
 %define pname slurm
 
-%ifarch i586 %arm
+%ifarch i586 %arm s390
 ExclusiveArch:  do_not_build
 %endif
 
 %if 0%{?sle_version} == 120200
 %define base_ver 1702
+%define nocheck 1
 %endif
 %if 0%{?sle_version} == 150000
 %define base_ver 1711
@@ -49,8 +50,8 @@
 %define upgrade 1
 %endif
 
-# Build with PMIx only for SLE >= 15.2 and TW
-%if 0%{?sle_version} >= 150200 || 0%{suse_version} >= 1550
+# Build with PMIx only for SLE >= 15.0 and TW
+%if 0%{?sle_version} >= 150000 || 0%{suse_version} >= 1550
 %{bcond_without pmix}
 %else
 %{bcond_with pmix}
@@ -153,7 +154,6 @@
 %{?with_pmix:BuildRequires:  pmix-devel}
 BuildRequires:  openssl-devel >= 0.9.6
 BuildRequires:  pkgconfig
-BuildRequires:  postgresql-devel >= 8.0.0
 BuildRequires:  readline-devel
 %if 0%{?suse_version} > 1310 || 0%{?sle_version}
  %if 0%{?sle_version} >= 120400 && 0%{?sle_version} < 150000
@@ -724,7 +724,7 @@
 %endif
 
 %check
-make check
+%{!?nocheck:make check}
 
 %define fixperm() [ $1 -eq 1 -a -e %2 ] && /bin/chmod %1 %2
 


Reply via email to