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 2025-08-02 00:44:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-oldstable-image (Old)
and /work/SRC/openSUSE:Factory/.golang-oldstable-image.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-oldstable-image"
Sat Aug 2 00:44:06 2025 rev:47 rq:1297102 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-oldstable-image/golang-oldstable-image.changes
2025-07-31 17:50:43.027413671 +0200
+++
/work/SRC/openSUSE:Factory/.golang-oldstable-image.new.1085/golang-oldstable-image.changes
2025-08-02 00:45:22.415574357 +0200
@@ -1,0 +2,5 @@
+Fri Aug 1 14:26:25 UTC 2025 - SUSE Update Bot <[email protected]>
+
+- zypper clean all the files
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.JoGCfc/_old 2025-08-02 00:45:23.071601622 +0200
+++ /var/tmp/diff_new_pack.JoGCfc/_new 2025-08-02 00:45:23.083602121 +0200
@@ -51,7 +51,7 @@
# only available on go's tsan_arch architectures
#!ArchExclusiveLine: x86_64 aarch64 s390x ppc64le
-RUN set -euo pipefail; if zypper -n install go1.23-race; then zypper -n clean;
fi
+RUN set -euo pipefail; if zypper -n install go1.23-race; then zypper -n clean
-a; fi
RUN set -euo pipefail; install -m 755 -d /go/bin /go/src
RUN set -euo pipefail; rm -rf
{/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2};
rm -f {/target,}/etc/shadow-
WORKDIR /go