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-08-28 19:48:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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" Fri Aug 28 19:48:09 2026 rev:18 rq:1374145 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/389-ds-image/389-ds-image.changes 2026-07-28 18:11:47.797699650 +0200 +++ /work/SRC/openSUSE:Factory/.389-ds-image.new.1265/389-ds-image.changes 2026-08-28 19:48:28.186257058 +0200 @@ -1,0 +2,5 @@ +Thu Aug 27 06:48:09 UTC 2026 - SUSE Update Bot <[email protected]> + +- adjust for new version + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.yIVeTx/_old 2026-08-28 19:48:29.369298410 +0200 +++ /var/tmp/diff_new_pack.yIVeTx/_new 2026-08-28 19:48:29.377298690 +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.1 +#!BuildTag: opensuse/389-ds:3.2 #!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.1" ] + cut -d '.' -f -2)" = "3.2" ] # cleanup logs and temporary files RUN set -euo pipefail; zypper -n --installroot /target clean -a; \ ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.yIVeTx/_old 2026-08-28 19:48:29.440300892 +0200 +++ /var/tmp/diff_new_pack.yIVeTx/_new 2026-08-28 19:48:29.447301137 +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.1 +$ podman run -it --rm -p 3389:3389 -p 3636:3636 registry.opensuse.org/opensuse/389-ds:3.2 ``` ## 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.1 +$ podman run -it --rm -v /my/own/datadir:/data:Z -p 3389:3389 -p 3636:3636 registry.opensuse.org/opensuse/389-ds:3.2 ``` ## Certificates
