Accepting request 830239 from home:dimstar:Factory

- Require /sbin/start_daemon: both init scripts, the one used in
  systemd context as well as legacy sysv, make use of start_daemon.

OBS-URL: https://build.opensuse.org/request/show/830239
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=295
This commit is contained in:
Reinhard Max 2020-08-28 10:01:48 +00:00 committed by Git OBS Bridge
parent cc91d0126a
commit c61c37b69f
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 28 09:38:11 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Require /sbin/start_daemon: both init scripts, the one used in
systemd context as well as legacy sysv, make use of start_daemon.
-------------------------------------------------------------------
Tue Aug 18 12:13:49 UTC 2020 - Josef Möllers <josef.moellers@suse.com>

View File

@ -106,6 +106,8 @@ Provides: bind9 = %{version}
Provides: dns_daemon
Obsoletes: bind8 < %{version}
Obsoletes: bind9 < %{version}
# named.init (systemd) and init/named both call start_daemon, so unconditional require it
Requires: /sbin/start_daemon
%if %{with_systemd}
BuildRequires: systemd-rpm-macros
BuildRequires: sysuser-shadow