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 2026-08-25 13:19:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-stable-image (Old)
and /work/SRC/openSUSE:Factory/.golang-stable-image.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-stable-image"
Tue Aug 25 13:19:59 2026 rev:61 rq:1373467 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/golang-stable-image/golang-stable-image.changes
2026-08-20 16:16:43.586286884 +0200
+++
/work/SRC/openSUSE:Factory/.golang-stable-image.new.1258/golang-stable-image.changes
2026-08-25 13:20:05.572964287 +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.KgyCkF/_old 2026-08-25 13:20:06.394993233 +0200
+++ /var/tmp/diff_new_pack.KgyCkF/_new 2026-08-25 13:20:06.398993374 +0200
@@ -61,7 +61,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.27-race; then zypper -n clean
-a; fi
WORKDIR /go
RUN set -euo pipefail; install -m 755 -d /go/bin /go/src