diff --git a/slurm.changes b/slurm.changes index 1d0215b..b359ca5 100644 --- a/slurm.changes +++ b/slurm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 27 08:42:55 UTC 2020 - Egbert Eich + +- Fix a missed systemd_requires -> systemd_ordering conversion. + ------------------------------------------------------------------- Fri Jan 24 17:31:18 UTC 2020 - Egbert Eich diff --git a/slurm.spec b/slurm.spec index 39329ee..6ac66d7 100644 --- a/slurm.spec +++ b/slurm.spec @@ -181,7 +181,7 @@ BuildRequires: liblz4-devel BuildRequires: libssh2-devel BuildRequires: rrdtool-devel %if 0%{?with_systemd} -%{?systemd_requires} +%{?systemd_ordering} BuildRequires: pkgconfig(systemd) %else Requires(post): %insserv_prereq %fillup_prereq