Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package golang-oldstable-image for
openSUSE:Factory checked in at 2023-07-19 19:11:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-oldstable-image (Old)
and /work/SRC/openSUSE:Factory/.golang-oldstable-image.new.5570 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-oldstable-image"
Wed Jul 19 19:11:46 2023 rev:2 rq:1099510 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-oldstable-image/golang-oldstable-image.changes
2023-07-05 15:31:53.439039948 +0200
+++
/work/SRC/openSUSE:Factory/.golang-oldstable-image.new.5570/golang-oldstable-image.changes
2023-07-19 19:12:03.469065808 +0200
@@ -1,0 +2,5 @@
+Wed Jul 12 12:55:01 UTC 2023 - Dirk Mueller <[email protected]>
+
+- Remove distribution-release from the package list, it is inherited from the
base image
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.ZjDdFc/_old 2023-07-19 19:12:03.941068569 +0200
+++ /var/tmp/diff_new_pack.ZjDdFc/_new 2023-07-19 19:12:03.941068569 +0200
@@ -24,7 +24,7 @@
# endlabelprefix
-RUN set -euo pipefail; zypper -n in --no-recommends go1.19
distribution-release make git-core; zypper -n clean; rm -rf /var/log/*
+RUN set -euo pipefail; zypper -n in --no-recommends go1.19 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"