Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package samba-client-image for openSUSE:Factory checked in at 2025-07-31 17:46:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/samba-client-image (Old) and /work/SRC/openSUSE:Factory/.samba-client-image.new.1944 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "samba-client-image" Thu Jul 31 17:46:38 2025 rev:2 rq:1296625 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/samba-client-image/samba-client-image.changes 2025-06-13 18:44:06.663575211 +0200 +++ /work/SRC/openSUSE:Factory/.samba-client-image.new.1944/samba-client-image.changes 2025-07-31 17:48:15.817298819 +0200 @@ -1,0 +2,5 @@ +Wed Jul 30 09:56:28 UTC 2025 - SUSE Update Bot <[email protected]> + +- set PERMCTL_ALLOW_INSECURE_MODE_IF_NO_PROC to allow operation without accessible /proc filesystem + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.hdqUWG/_old 2025-07-31 17:48:16.517327915 +0200 +++ /var/tmp/diff_new_pack.hdqUWG/_new 2025-07-31 17:48:16.521328080 +0200 @@ -25,6 +25,7 @@ COPY --from=target / /target RUN set -euo pipefail; \ + export PERMCTL_ALLOW_INSECURE_MODE_IF_NO_PROC=1; \ zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends samba-client # sanity check that the version from the tag is equal to the version of samba-client that we expect RUN set -euo pipefail; \
