Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package golang-unstable-image for
openSUSE:Factory checked in at 2023-08-08 15:55:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-unstable-image (Old)
and /work/SRC/openSUSE:Factory/.golang-unstable-image.new.22712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-unstable-image"
Tue Aug 8 15:55:19 2023 rev:2 rq:1102823 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-unstable-image/golang-unstable-image.changes
2023-07-25 11:52:57.122101974 +0200
+++
/work/SRC/openSUSE:Factory/.golang-unstable-image.new.22712/golang-unstable-image.changes
2023-08-08 15:55:35.793241896 +0200
@@ -1,0 +2,5 @@
+Tue Aug 8 06:51:38 UTC 2023 - Dirk Mueller <[email protected]>
+
+- Add go-doc and go-race subpackages for developer convenience
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.1Req9f/_old 2023-08-08 15:55:36.305245100 +0200
+++ /var/tmp/diff_new_pack.1Req9f/_new 2023-08-08 15:55:36.309245125 +0200
@@ -24,7 +24,7 @@
# endlabelprefix
-RUN set -euo pipefail; zypper -n in --no-recommends go1.21 make git-core;
zypper -n clean; rm -rf /var/log/*
+RUN set -euo pipefail; zypper -n in --no-recommends go1.21 go1.21-doc
go1.21-race 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"