From 511df30c1dfc728970baaed3299550f26a2cb684045453c74c519adc15363beb Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Fri, 17 May 2019 08:41:13 +0000 Subject: [PATCH] Accepting request 701948 from home:dimstar:Factory - Add workaround to require insserv-compat until the package is converted to full systemd units (boo#1133632). OBS-URL: https://build.opensuse.org/request/show/701948 OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=194 --- dhcp.changes | 6 ++++++ dhcp.spec | 5 +++++ 2 files changed, 11 insertions(+) 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