Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package golang-stable-image for openSUSE:Factory checked in at 2023-07-19 19:11:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/golang-stable-image (Old) and /work/SRC/openSUSE:Factory/.golang-stable-image.new.5570 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-stable-image" Wed Jul 19 19:11:47 2023 rev:2 rq:1099511 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/golang-stable-image/golang-stable-image.changes 2023-07-05 15:31:54.799048016 +0200 +++ /work/SRC/openSUSE:Factory/.golang-stable-image.new.5570/golang-stable-image.changes 2023-07-19 19:12:04.101069505 +0200 @@ -1,0 +2,5 @@ +Wed Jul 12 12:55:01 UTC 2023 - Dirk Mueller <dmuel...@suse.com> + +- Remove distribution-release from the package list, it is inherited from the base image + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.YPFG1q/_old 2023-07-19 19:12:04.693072968 +0200 +++ /var/tmp/diff_new_pack.YPFG1q/_new 2023-07-19 19:12:04.697072991 +0200 @@ -25,7 +25,7 @@ # endlabelprefix -RUN set -euo pipefail; zypper -n in --no-recommends go1.20 distribution-release make git-core; zypper -n clean; rm -rf /var/log/* +RUN set -euo pipefail; zypper -n in --no-recommends go1.20 make git-core; zypper -n clean; rm -rf /var/log/* ENV GOLANG_VERSION="%%golang_version%%" ENV GOPATH="/go" ENV PATH="/go/bin:/usr/local/go/bin:/root/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"