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-09-11 21:21:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-oldstable-image (Old)
 and      /work/SRC/openSUSE:Factory/.golang-oldstable-image.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "golang-oldstable-image"

Mon Sep 11 21:21:23 2023 rev:5 rq:1109877 version:unknown

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/golang-oldstable-image/golang-oldstable-image.changes
    2023-08-23 14:57:43.318001706 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-oldstable-image.new.1766/golang-oldstable-image.changes
  2023-09-11 21:25:35.348660709 +0200
@@ -1,0 +2,10 @@
+Fri Sep  8 12:26:58 UTC 2023 - Dirk Mueller <dmuel...@suse.com>
+
+- typo fix in last change
+
+-------------------------------------------------------------------
+Wed Sep  6 16:26:08 UTC 2023 - Dirk Mueller <dmuel...@suse.com>
+
+- install the race subpackage only on architectures where it is available
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.sYpbPu/_old  2023-09-11 21:25:36.540703204 +0200
+++ /var/tmp/diff_new_pack.sYpbPu/_new  2023-09-11 21:25:36.540703204 +0200
@@ -24,9 +24,13 @@
 
 # endlabelprefix
 
-RUN set -euo pipefail; zypper -n in --no-recommends go1.20 go1.20-doc 
go1.20-race make git-core; zypper -n clean; rm -rf /var/log/*
+RUN set -euo pipefail; zypper -n in --no-recommends go1.20 go1.20-doc 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"
 
 
+# only available on go's tsan_arch architectures
+#!ArchExclusiveLine x86_64 aarch64 s390x ppc64le
+RUN set -euo pipefail; if zypper -n install go1.20-race; then zypper -n clean; 
rm -rf /var/log/*; fi
+

Reply via email to