diff --git a/dhcp.changes b/dhcp.changes index fd351f7..f23cb08 100644 --- a/dhcp.changes +++ b/dhcp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 10 09:06:07 UTC 2019 - Dominique Leuenberger + +- Add workaround to require insserv-compat until the package is + converted to full systemd units (boo#1133632). + ------------------------------------------------------------------- Fri Feb 22 07:04:56 UTC 2019 - Franck Bui diff --git a/dhcp.spec b/dhcp.spec index 83fff45..0585b10 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -98,6 +98,11 @@ BuildRequires: openldap2-devel %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) +Requires: insserv-compat +%endif Requires: dhcp = %{version} Requires: net-tools Requires(post): %fillup_prereq