diff --git a/dhcp.changes b/dhcp.changes index 5ca9282..8688b61 100644 --- a/dhcp.changes +++ b/dhcp.changes @@ -1,7 +1,14 @@ +------------------------------------------------------------------- +Mon Jun 29 07:11:52 UTC 2020 - Dominique Leuenberger + +- The server package still requires insserv-compat: the .service + files only call out to legacy sysv init scripts that are still + sourcing /etc/rc.status (boo#1173440). + ------------------------------------------------------------------- Tue Jun 23 15:22:00 UTC 2020 - Cristian Rodríguez -- insserv is not required anymore +- insserv is not required anymore ------------------------------------------------------------------- Thu Jun 11 15:46:50 UTC 2020 - Callum Farmer diff --git a/dhcp.spec b/dhcp.spec index 78fe03a..e1edda4 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -101,6 +101,13 @@ BuildRequires: sysuser-tools %package server Summary: ISC DHCP Server Group: Productivity/Networking/Boot/Servers +%if 0%{?suse_version} > 1500 +# Workaround: require insserv-compat, until this package is +# converted to be shipping proper systemd units (boo#1133632, boo#1173440) +# There are .service units in place, but they call out to sysv init scripts +# that source rc.status +Requires: insserv-compat +%endif Requires: dhcp = %{version} %if 0%{?suse_version} < 1500 Requires: net-tools