Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package 389-ds-image for openSUSE:Factory checked in at 2026-09-12 21:21:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/389-ds-image (Old) and /work/SRC/openSUSE:Factory/.389-ds-image.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "389-ds-image" Sat Sep 12 21:21:30 2026 rev:20 rq:1377464 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/389-ds-image/389-ds-image.changes 2026-09-01 15:51:55.265217718 +0200 +++ /work/SRC/openSUSE:Factory/.389-ds-image.new.1265/389-ds-image.changes 2026-09-12 21:25:18.540413455 +0200 @@ -1,0 +2,5 @@ +Fri Sep 11 09:14:18 UTC 2026 - SUSE Update Bot <[email protected]> + +- adjust for new version + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.n92hty/_old 2026-09-12 21:25:19.065435490 +0200 +++ /var/tmp/diff_new_pack.n92hty/_new 2026-09-12 21:25:19.067435574 +0200 @@ -17,7 +17,7 @@ #!ExclusiveArch: aarch64 ppc64le s390x riscv64 x86_64 #!BuildTag: opensuse/389-ds:%%389ds_version%%-%RELEASE% #!BuildTag: opensuse/389-ds:%%389ds_version%% -#!BuildTag: opensuse/389-ds:3.2 +#!BuildTag: opensuse/389-ds:3.3 #!BuildTag: opensuse/389-ds:latest #!BuildRelease: 35 @@ -32,7 +32,7 @@ # sanity check that the version from the tag is equal to the version of 389-ds that we expect RUN set -euo pipefail; \ [ "$(rpm --root /target -q --qf '%{version}' 389-ds | \ - cut -d '.' -f -2)" = "3.2" ] + cut -d '.' -f -2)" = "3.3" ] # cleanup logs and temporary files RUN set -euo pipefail; zypper -n --installroot /target clean -a; \ ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.n92hty/_old 2026-09-12 21:25:19.090436540 +0200 +++ /var/tmp/diff_new_pack.n92hty/_new 2026-09-12 21:25:19.093436666 +0200 @@ -13,7 +13,7 @@ file (`/etc/nsswitch.conf`). ```ShellSession -$ podman run -it --rm -p 3389:3389 -p 3636:3636 registry.opensuse.org/opensuse/389-ds:3.2 +$ podman run -it --rm -p 3389:3389 -p 3636:3636 registry.opensuse.org/opensuse/389-ds:3.3 ``` ## Volumes @@ -26,7 +26,7 @@ command: ```ShellSession -$ podman run -it --rm -v /my/own/datadir:/data:Z -p 3389:3389 -p 3636:3636 registry.opensuse.org/opensuse/389-ds:3.2 +$ podman run -it --rm -v /my/own/datadir:/data:Z -p 3389:3389 -p 3636:3636 registry.opensuse.org/opensuse/389-ds:3.3 ``` ## Certificates
