Hello community, here is the log from the commit of package dhcp for openSUSE:Factory checked in at 2020-06-29 21:17:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dhcp (Old) and /work/SRC/openSUSE:Factory/.dhcp.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dhcp" Mon Jun 29 21:17:10 2020 rev:120 rq:817623 version:4.3.5 Changes: -------- --- /work/SRC/openSUSE:Factory/dhcp/dhcp.changes 2020-06-26 21:47:24.666208960 +0200 +++ /work/SRC/openSUSE:Factory/.dhcp.new.3060/dhcp.changes 2020-06-29 21:17:57.361708009 +0200 @@ -1,0 +2,7 @@ +Mon Jun 29 07:11:52 UTC 2020 - Dominique Leuenberger <[email protected]> + +- 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). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dhcp.spec ++++++ --- /var/tmp/diff_new_pack.63FDB5/_old 2020-06-29 21:17:58.409711252 +0200 +++ /var/tmp/diff_new_pack.63FDB5/_new 2020-06-29 21:17:58.413711264 +0200 @@ -101,6 +101,13 @@ %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
