forked from pool/slurm
- 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
This commit is contained in:
parent
d892c59e4e
commit
df7fca5b1f
@ -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
|
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
|
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
|
daemonizing process doesn't go away until the PID file
|
||||||
with it PID of the daemon has bee written (bsc#1084125).
|
with it PID of the daemon has bee written (bsc#1084125).
|
||||||
|
|
||||||
|
@ -205,6 +205,7 @@ Summary: SLURM database daemon
|
|||||||
Group: Productivity/Clustering/Computing
|
Group: Productivity/Clustering/Computing
|
||||||
Requires: slurm-config = %{version}
|
Requires: slurm-config = %{version}
|
||||||
Requires: slurm-plugins = %{version}
|
Requires: slurm-plugins = %{version}
|
||||||
|
Requires: slurm-sql = %{version}
|
||||||
%if 0%{?with_systemd}
|
%if 0%{?with_systemd}
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user