diff --git a/xdm.changes b/xdm.changes index 11fe1a4..22c5675 100644 --- a/xdm.changes +++ b/xdm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 22 18:56:47 UTC 2020 - Cristian Rodríguez + +- Require fillup_prereq not insserv-compat when using systemd + ------------------------------------------------------------------- Fri Jun 5 12:12:52 UTC 2020 - Callum Farmer diff --git a/xdm.spec b/xdm.spec index 838cf2e..0143155 100644 --- a/xdm.spec +++ b/xdm.spec @@ -72,7 +72,11 @@ BuildRequires: pkgconfig(xtrans) BuildRequires: firewall-macros %endif Requires: /sbin/pidof +%if 0%{?with_systemd} +Requires: %fillup_prereq +%else Requires: insserv-compat +%endif Requires: logrotate Requires: sessreg Requires: xconsole