Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bind for openSUSE:Factory checked in at 2021-05-15 23:15:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bind (Old) and /work/SRC/openSUSE:Factory/.bind.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bind" Sat May 15 23:15:19 2021 rev:165 rq:892294 version:9.16.15 Changes: -------- --- /work/SRC/openSUSE:Factory/bind/bind.changes 2021-05-10 15:39:08.849621346 +0200 +++ /work/SRC/openSUSE:Factory/.bind.new.2988/bind.changes 2021-05-15 23:16:27.096674209 +0200 @@ -1,0 +2,5 @@ +Mon May 10 17:09:43 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de> + +- SPEC file: Fixed outdated URL and use secured SourceURLs + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bind.spec ++++++ --- /var/tmp/diff_new_pack.08IrQ5/_old 2021-05-15 23:16:27.720671772 +0200 +++ /var/tmp/diff_new_pack.08IrQ5/_new 2021-05-15 23:16:27.724671757 +0200 @@ -50,10 +50,10 @@ Summary: Domain Name System (DNS) Server (named) License: MPL-2.0 Group: Productivity/Networking/DNS/Servers -URL: http://isc.org/sw/bind/ -Source: ftp://ftp.isc.org/isc/bind9/%{version}/bind-%{version}.tar.xz -Source1: vendor-files.tar.bz2 -Source3: ftp://ftp.isc.org/isc/bind9/%{version}/bind-%{version}.tar.xz.sha512.asc +URL: https://www.isc.org/bind/ +Source0: https://downloads.isc.org/isc/bind9/%{version}/bind-%{version}.tar.xz +Source1: https://downloads.isc.org/isc/bind9/%{version}/bind-%{version}.tar.xz.sha512.asc +Source2: vendor-files.tar.bz2 # from http://www.isc.org/about/openpgp/ ... changes yearly apparently. Source4: %{name}.keyring Source9: ftp://ftp.internic.net/domain/named.root @@ -145,7 +145,7 @@ This package provides a module which allows commands to be sent to rndc directly from Python programs. %prep -%autosetup -p1 -a1 +%autosetup -p1 -a2 # use the year from source gzip header instead of current one to make reproducible rpms year=$(perl -e 'sysread(STDIN, $h, 8); print (1900+(gmtime(unpack("l",substr($h,4))))[5])' < %{SOURCE0})