SHA256
1
0
forked from pool/dhcp

Accepting request 817623 from network:dhcp

OBS-URL: https://build.opensuse.org/request/show/817623
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=120
This commit is contained in:
2020-06-29 19:17:10 +00:00
committed by Git OBS Bridge
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