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