Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xorg-client-image for openSUSE:Factory checked in at 2026-05-05 15:16:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xorg-client-image (Old) and /work/SRC/openSUSE:Factory/.xorg-client-image.new.30200 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xorg-client-image" Tue May 5 15:16:19 2026 rev:12 rq:1350809 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/xorg-client-image/xorg-client-image.changes 2026-04-28 12:00:45.600459250 +0200 +++ /work/SRC/openSUSE:Factory/.xorg-client-image.new.30200/xorg-client-image.changes 2026-05-05 15:17:38.924759090 +0200 @@ -1,0 +2,5 @@ +Mon May 4 15:29:34 UTC 2026 - SUSE Update Bot <[email protected]> + +- hardcode group id to 100 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.s7kNg1/_old 2026-05-05 15:17:39.452780094 +0200 +++ /var/tmp/diff_new_pack.s7kNg1/_new 2026-05-05 15:17:39.456780252 +0200 @@ -26,7 +26,7 @@ RUN set -euo pipefail; \ export PERMCTL_ALLOW_INSECURE_MODE_IF_NO_PROC=1; \ zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends libavcodec58_134 libpulse0 noto-sans-cjk-fonts xorg-x11-fonts -RUN set -euo pipefail; useradd -m -u 1000 -U user +RUN set -euo pipefail; useradd -m -u 1000 -g 100 user # cleanup logs and temporary files
