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 2026-08-25 13:19:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-oldstable-image (Old)
and /work/SRC/openSUSE:Factory/.golang-oldstable-image.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-oldstable-image"
Tue Aug 25 13:19:59 2026 rev:61 rq:1373466 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-oldstable-image/golang-oldstable-image.changes
2026-08-20 16:16:44.843331413 +0200
+++
/work/SRC/openSUSE:Factory/.golang-oldstable-image.new.1258/golang-oldstable-image.changes
2026-08-25 13:20:01.888834558 +0200
@@ -1,0 +2,5 @@
+Mon Aug 24 15:02:51 UTC 2026 - SUSE Update Bot <[email protected]>
+
+- install race also for riscv64
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.EgYq1R/_old 2026-08-25 13:20:03.060875829 +0200
+++ /var/tmp/diff_new_pack.EgYq1R/_new 2026-08-25 13:20:03.069876146 +0200
@@ -60,7 +60,7 @@
ENV
PATH="/go/bin:/usr/local/go/bin:/root/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
# only available on go's tsan_arch architectures
-#!ArchExclusiveLine: x86_64 aarch64 s390x ppc64le
+#!ArchExclusiveLine: x86_64 aarch64 s390x ppc64le riscv64
RUN set -euo pipefail; if zypper -n install go1.26-race; then zypper -n clean
-a; fi
WORKDIR /go
RUN set -euo pipefail; install -m 755 -d /go/bin /go/src