Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xorg-image for openSUSE:Factory checked in at 2025-05-30 14:30:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xorg-image (Old) and /work/SRC/openSUSE:Factory/.xorg-image.new.25440 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xorg-image" Fri May 30 14:30:05 2025 rev:5 rq:1280197 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/xorg-image/xorg-image.changes 2025-05-20 09:31:50.613569411 +0200 +++ /work/SRC/openSUSE:Factory/.xorg-image.new.25440/xorg-image.changes 2025-05-30 17:28:05.270121958 +0200 @@ -1,0 +2,10 @@ +Fri May 23 11:23:16 UTC 2025 - SUSE Update Bot <[email protected]> + +- use SOURCEURL_WITH to generate proper artifacthub urls + +------------------------------------------------------------------- +Fri May 23 09:24:09 UTC 2025 - SUSE Update Bot <[email protected]> + +- improve stop behavior + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.Bu9olC/_old 2025-05-30 17:28:05.750141838 +0200 +++ /var/tmp/diff_new_pack.Bu9olC/_new 2025-05-30 17:28:05.754142004 +0200 @@ -51,7 +51,7 @@ LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI" LABEL org.opensuse.release-stage="released" # endlabelprefix -LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/xorg-image/README.md" +LABEL io.artifacthub.package.readme-url="%SOURCEURL_WITH(README.md)%" ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] COPY --from=builder /etc/passwd /etc/passwd ++++++ entrypoint.sh ++++++ --- /var/tmp/diff_new_pack.Bu9olC/_old 2025-05-30 17:28:05.806144158 +0200 +++ /var/tmp/diff_new_pack.Bu9olC/_new 2025-05-30 17:28:05.810144323 +0200 @@ -15,11 +15,17 @@ cleanup() { log "Cleaning up and stopping processes" - pkill -SIGTERM Xorg - pkill -SIGTERM icewm-session-lite + pkill -TERM -f "/usr/bin/Xorg" || true + pkill -TERM -f icewm-session-lite || true + pkill -TERM -f icewmbg || true + pkill -TERM -f icewm || true sleep 3 + # Force kill if needed + pkill -KILL -f "/usr/bin/Xorg" || true + pkill -KILL -f icewm || true + log "Cleanup complete, exiting" exit 0 }
