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:
parent
cc91d0126a
commit
c61c37b69f
@ -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>
|
Tue Aug 18 12:13:49 UTC 2020 - Josef Möllers <josef.moellers@suse.com>
|
||||||
|
|
||||||
|
@ -106,6 +106,8 @@ Provides: bind9 = %{version}
|
|||||||
Provides: dns_daemon
|
Provides: dns_daemon
|
||||||
Obsoletes: bind8 < %{version}
|
Obsoletes: bind8 < %{version}
|
||||||
Obsoletes: bind9 < %{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}
|
%if %{with_systemd}
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: sysuser-shadow
|
BuildRequires: sysuser-shadow
|
||||||
|
Loading…
Reference in New Issue
Block a user