Hello community,

here is the log from the commit of package slurm for openSUSE:Factory checked 
in at 2019-08-19 21:41:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/slurm (Old)
 and      /work/SRC/openSUSE:Factory/.slurm.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "slurm"

Mon Aug 19 21:41:36 2019 rev:31 rq:724412 version:18.08.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/slurm/slurm.changes      2019-07-17 
13:21:09.735610436 +0200
+++ /work/SRC/openSUSE:Factory/.slurm.new.22127/slurm.changes   2019-08-19 
21:42:05.424282202 +0200
@@ -1,0 +2,7 @@
+Sat Aug 17 14:20:35 UTC 2019 - Egbert Eich <e...@suse.com>
+
+- Fix logic of slurm-munge recommends: slurm-munge requires munge
+  already, so if we have munge installed we recommend slurm-munge
+  as the authentication when installing slurm or slurm-node.
+
+-------------------------------------------------------------------
@@ -15 +22,2 @@
-- Updated to 18.08.8 for fixing CVE-2019-12838 and (bsc#1140709)
+- Updated to 18.08.8 for fixing (CVE-2019-12838, bsc#1140709, jsc#SLE-7341,
+  jsc#SLE-7342)

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

Other differences:
------------------
++++++ slurm.spec ++++++
--- /var/tmp/diff_new_pack.C2fRfi/_old  2019-08-19 21:42:07.416281811 +0200
+++ /var/tmp/diff_new_pack.C2fRfi/_new  2019-08-19 21:42:07.444281805 +0200
@@ -116,13 +116,14 @@
 
 Requires:       %{name}-config = %{version}
 %if 0%{?have_boolean_deps}
-Requires:       (munge if %{name}-munge)
+Recommends:     (%{name}-munge = %version if munge)
 %else
-Requires:       munge
+Recommends:     %{name}-munge = %version
 %endif
 Requires(pre):  %{name}-node = %{version}
 Recommends:     %{name}-doc = %{version}
 Recommends:     %{name}-config-man = %{version}
+BuildRequires:  coreutils
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gtk2-devel
@@ -279,7 +280,11 @@
 Requires:       %{name}-config = %{version}
 Requires:       %{name}-plugins = %{version}
 Requires:       %{name}-sql = %{version}
-Recommends:     %{name}-munge = %{version}
+%if 0%{?have_boolean_deps}
+Recommends:     (%{name}-munge = %version if munge)
+%else
+Recommends:     %{name}-munge = %version
+%endif
 %if 0%{?with_systemd}
 %{?systemd_requires}
 %else
@@ -394,7 +399,11 @@
 Group:          Productivity/Clustering/Computing
 Requires:       %{name}-config = %{version}
 Requires:       %{name}-plugins = %{version}
-Recommends:     %{name}-munge
+%if 0%{?have_boolean_deps}
+Recommends:     (%{name}-munge = %version if munge)
+%else
+Recommends:     %{name}-munge = %version
+%endif
 %if 0%{?with_systemd}
 %{?systemd_requires}
 %else


Reply via email to