Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bind for openSUSE:Factory checked in at 2023-01-06 17:05:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bind (Old) and /work/SRC/openSUSE:Factory/.bind.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bind" Fri Jan 6 17:05:04 2023 rev:190 rq:1056198 version:9.18.10 Changes: -------- --- /work/SRC/openSUSE:Factory/bind/bind.changes 2022-12-24 14:51:04.407205176 +0100 +++ /work/SRC/openSUSE:Factory/.bind.new.1563/bind.changes 2023-01-06 17:05:34.160185965 +0100 @@ -1,0 +2,7 @@ +Wed Jan 4 16:42:37 UTC 2023 - Thiago Macieira <thi...@kde.org> + +- Declare that named.service depends on network-online.target, otherwise named + may start too early and thus fail (time out) when resolving some + domains. This happens easily in containers. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bind.spec ++++++ --- /var/tmp/diff_new_pack.6eeD8H/_old 2023-01-06 17:05:36.452198837 +0100 +++ /var/tmp/diff_new_pack.6eeD8H/_new 2023-01-06 17:05:36.456198859 +0100 @@ -1,7 +1,7 @@ # # spec file for package bind # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ vendor-files.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor-files/system/named.service new/vendor-files/system/named.service --- old/vendor-files/system/named.service 2022-08-03 16:07:54.294857010 +0200 +++ new/vendor-files/system/named.service 2023-01-04 17:41:55.956457241 +0100 @@ -1,7 +1,8 @@ [Unit] Description=Berkeley Internet Name Domain (DNS) -After=network.target +After=network-online.target After=time-set.target +Wants=network-online.target Wants=nss-lookup.target Wants=time-set.target