SHA256
1
0
forked from pool/dhcp

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
This commit is contained in:
Reinhard Max 2020-06-29 07:31:47 +00:00 committed by Git OBS Bridge
parent 07538a3393
commit d26badb1f0
2 changed files with 15 additions and 1 deletions

View File

@ -1,7 +1,14 @@
-------------------------------------------------------------------
Mon Jun 29 07:11:52 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <crrodriguez@opensuse.org>
- insserv is not required anymore
- insserv is not required anymore
-------------------------------------------------------------------
Thu Jun 11 15:46:50 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>

View File

@ -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