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-06-17 16:24:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-stable-image (Old)
and /work/SRC/openSUSE:Factory/.golang-stable-image.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-stable-image"
Wed Jun 17 16:24:46 2026 rev:58 rq:1359948 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/golang-stable-image/golang-stable-image.changes
2026-06-15 19:50:55.138224364 +0200
+++
/work/SRC/openSUSE:Factory/.golang-stable-image.new.1981/golang-stable-image.changes
2026-06-17 16:25:54.410101782 +0200
@@ -1,0 +2,10 @@
+Tue Jun 16 20:28:07 UTC 2026 - SUSE Update Bot <[email protected]>
+
+- fixes for 1.7 (better launcher config; adding synchronizer)
+
+-------------------------------------------------------------------
+Tue Jun 16 19:54:52 UTC 2026 - SUSE Update Bot <[email protected]>
+
+- do not rm /run in the build stage
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.YZUXMl/_old 2026-06-17 16:25:54.926123343 +0200
+++ /var/tmp/diff_new_pack.YZUXMl/_new 2026-06-17 16:25:54.930123511 +0200
@@ -29,7 +29,7 @@
# cleanup logs and temporary files
RUN set -euo pipefail; zypper -n clean -a; \
rm -rf
{/target,}/var/log/{alternatives.log,lastlog,suseconnect.log,tallylog,zypper.log,zypp/history,YaST2};
\
- rm -rf {/target,}/run/*; \
+ rm -rf /target/run/*; \
rm -f {/target,}/etc/{shadow-,group-,passwd-,.pwd.lock}; \
rm -f {/target,}/usr/lib/sysimage/rpm/.rpm.lock; \
rm -f {/target,}/var/lib/zypp/AnonymousUniqueId; \
@@ -66,7 +66,7 @@
WORKDIR /go
RUN set -euo pipefail; install -m 755 -d /go/bin /go/src
RUN set -euo pipefail; rm -rf
{/target,}/var/log/{alternatives.log,lastlog,suseconnect.log,tallylog,zypper.log,zypp/history,YaST2};
\
- rm -rf {/target,}/run/*; \
+ rm -rf /target/run/*; \
rm -f {/target,}/etc/{shadow-,group-,passwd-,.pwd.lock}; \
rm -f {/target,}/usr/lib/sysimage/rpm/.rpm.lock; \
rm -f {/target,}/var/lib/zypp/AnonymousUniqueId; \