From df7fca5b1f75ab96343c57c5194ac3827988737b884a69ee33868993a0e0e717 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Fri, 13 Apr 2018 15:08:24 +0000 Subject: [PATCH] - Add requires for slurm-sql to the slurmdbd package. - Add: * split-xdaemon-in-xdaemon_init-and-xdaemon_finish-for-systemd-compatibilty.patch * slurmctld-uses-xdaemon_-for-systemd.patch * slurmd-uses-xdaemon_-for-systemd.patch * slurmdbd-uses-xdaemon_-for-systemd.patch * removed-deprecated-xdaemon.patch Fix interaction with systemd: systemd expects that a OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=54 --- slurm.changes | 13 ++++++++++++- slurm.spec | 1 + 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/slurm.changes b/slurm.changes index 8c9cb9e..36862c9 100644 --- a/slurm.changes +++ b/slurm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 13 10:03:05 UTC 2018 - eich@suse.com + +- Add requires for slurm-sql to the slurmdbd package. + ------------------------------------------------------------------- Thu Apr 12 17:20:03 UTC 2018 - eich@suse.com @@ -7,7 +12,13 @@ Thu Apr 12 17:20:03 UTC 2018 - eich@suse.com ------------------------------------------------------------------- Thu Apr 12 16:40:44 UTC 2018 - eich@suse.com -- Fix interaction with systemd: systemd expects that a +- Add: + * split-xdaemon-in-xdaemon_init-and-xdaemon_finish-for-systemd-compatibilty.patch + * slurmctld-uses-xdaemon_-for-systemd.patch + * slurmd-uses-xdaemon_-for-systemd.patch + * slurmdbd-uses-xdaemon_-for-systemd.patch + * removed-deprecated-xdaemon.patch + Fix interaction with systemd: systemd expects that a daemonizing process doesn't go away until the PID file with it PID of the daemon has bee written (bsc#1084125). diff --git a/slurm.spec b/slurm.spec index ceef054..19491df 100644 --- a/slurm.spec +++ b/slurm.spec @@ -205,6 +205,7 @@ Summary: SLURM database daemon Group: Productivity/Clustering/Computing Requires: slurm-config = %{version} Requires: slurm-plugins = %{version} +Requires: slurm-sql = %{version} %if 0%{?with_systemd} %{?systemd_requires} %else