Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package mariadb-client-image for
openSUSE:Factory checked in at 2025-06-12 15:53:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mariadb-client-image (Old)
and /work/SRC/openSUSE:Factory/.mariadb-client-image.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mariadb-client-image"
Thu Jun 12 15:53:05 2025 rev:37 rq:1284943 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/mariadb-client-image/mariadb-client-image.changes
2025-05-30 17:23:51.747617871 +0200
+++
/work/SRC/openSUSE:Factory/.mariadb-client-image.new.19631/mariadb-client-image.changes
2025-06-12 15:54:59.961512565 +0200
@@ -1,0 +2,5 @@
+Wed Jun 11 20:47:19 UTC 2025 - SUSE Update Bot <[email protected]>
+
+- update to match mariadb 11.8 release
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.2vc4m3/_old 2025-06-12 15:55:00.633540376 +0200
+++ /var/tmp/diff_new_pack.2vc4m3/_new 2025-06-12 15:55:00.637540541 +0200
@@ -17,7 +17,7 @@
#!ExclusiveArch: aarch64 ppc64le s390x x86_64
#!BuildTag: opensuse/mariadb-client:%%mariadb_version%%-%RELEASE%
#!BuildTag: opensuse/mariadb-client:%%mariadb_version%%
-#!BuildTag: opensuse/mariadb-client:11.7
+#!BuildTag: opensuse/mariadb-client:11.8
#!BuildTag: opensuse/mariadb-client:latest
FROM opensuse/bci/bci-micro:latest AS target
@@ -29,7 +29,7 @@
# sanity check that the version from the tag is equal to the version of
mariadb-client that we expect
RUN set -euo pipefail; \
[ "$(rpm --root /target -q --qf '%{version}' mariadb-client | \
- cut -d '.' -f -2)" = "11.7" ]
+ cut -d '.' -f -2)" = "11.8" ]
RUN set -euo pipefail; zypper -n --installroot /target clean -a; \
rm -rf
{/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
FROM opensuse/bci/bci-micro:latest
++++++ README.md ++++++
--- /var/tmp/diff_new_pack.2vc4m3/_old 2025-06-12 15:55:00.661541534 +0200
+++ /var/tmp/diff_new_pack.2vc4m3/_new 2025-06-12 15:55:00.665541700 +0200
@@ -13,13 +13,13 @@
To connect to a MariaDB instance, run the following command:
```ShellSession
-$ podman run -it --rm registry.opensuse.org/opensuse/mariadb-client:11.7
mariadb -h $HOST_IP -u root -p
+$ podman run -it --rm registry.opensuse.org/opensuse/mariadb-client:11.8
mariadb -h $HOST_IP -u root -p
```
Use the command below to dump all databases:
```ShellSession
-$ podman run -it --rm registry.opensuse.org/opensuse/mariadb-client:11.7
mariadb-dump $HOST_IP -p --all-databases > my-dump.sql
+$ podman run -it --rm registry.opensuse.org/opensuse/mariadb-client:11.8
mariadb-dump $HOST_IP -p --all-databases > my-dump.sql
```
## Utilities