From d26badb1f011644c9cec2d771cd6555612cb56c5fca22c1362ec6437531e7b9d Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Mon, 29 Jun 2020 07:31:47 +0000 Subject: [PATCH] Accepting request 817621 from home:dimstar:Factory - 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). - insserv is not required anymore OBS-URL: https://build.opensuse.org/request/show/817621 OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=213 --- dhcp.changes | 9 ++++++++- dhcp.spec | 7 +++++++ 2 files changed, 15 insertions(+), 1 deletion(-) 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