Hello community,
here is the log from the commit of package bind for openSUSE:Factory checked in
at 2020-09-01 09:49:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bind (Old)
and /work/SRC/openSUSE:Factory/.bind.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bind"
Tue Sep 1 09:49:42 2020 rev:156 rq: version:9.16.6
Changes:
--------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bind.spec ++++++
--- /var/tmp/diff_new_pack.3fF5LZ/_old 2020-09-01 09:49:46.648374910 +0200
+++ /var/tmp/diff_new_pack.3fF5LZ/_new 2020-09-01 09:49:46.652374911 +0200
@@ -106,14 +106,14 @@
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
BuildRequires: sysuser-tools
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(systemd)
+# named.init (systemd) calls start_daemon, so require it when using systemd
+Requires: (/sbin/start_daemon if systemd)
%{?systemd_ordering}
%sysusers_requires
%else