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 2024-06-24 20:56:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mariadb-client-image (Old)
and /work/SRC/openSUSE:Factory/.mariadb-client-image.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mariadb-client-image"
Mon Jun 24 20:56:33 2024 rev:11 rq:1182983 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/mariadb-client-image/mariadb-client-image.changes
2024-06-19 16:38:37.889739387 +0200
+++
/work/SRC/openSUSE:Factory/.mariadb-client-image.new.18349/mariadb-client-image.changes
2024-06-24 20:58:02.130682494 +0200
@@ -1,0 +2,5 @@
+Mon Jun 24 07:10:18 UTC 2024 - Dirk Mueller <[email protected]>
+
+- update template for new version
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.NNCyOe/_old 2024-06-24 20:58:02.562698280 +0200
+++ /var/tmp/diff_new_pack.NNCyOe/_new 2024-06-24 20:58:02.566698427 +0200
@@ -14,8 +14,8 @@
# You can contact the BCI team via https://github.com/SUSE/bci/discussions
-#!BuildTag: opensuse/mariadb-client:11.2
-#!BuildTag: opensuse/mariadb-client:11.2-%RELEASE%
+#!BuildTag: opensuse/mariadb-client:11.4
+#!BuildTag: opensuse/mariadb-client:11.4-%RELEASE%
#!BuildTag: opensuse/mariadb-client:latest
FROM opensuse/tumbleweed:latest
@@ -26,12 +26,12 @@
# labelprefix=org.opensuse.application.mariadb-client
LABEL org.opencontainers.image.title="openSUSE Tumbleweed MariaDB Client"
LABEL org.opencontainers.image.description="MariaDB Client container based on
the openSUSE Tumbleweed Base Container Image."
-LABEL org.opencontainers.image.version="11.2"
+LABEL org.opencontainers.image.version="11.4"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="openSUSE Project"
LABEL org.opencontainers.image.source="%SOURCEURL%"
-LABEL
org.opensuse.reference="registry.opensuse.org/opensuse/mariadb-client:11.2-%RELEASE%"
+LABEL
org.opensuse.reference="registry.opensuse.org/opensuse/mariadb-client:11.4-%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime"
LABEL org.opensuse.release-stage="released"
@@ -41,5 +41,5 @@
RUN set -euo pipefail; zypper -n in --no-recommends mariadb-client; zypper -n
clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
CMD ["mariadb"]
# sanity check that the version from the tag is equal to the version of
mariadb-client that we expect
-RUN set -euo pipefail; [ "$(rpm -q --qf '%{version}' mariadb-client | cut -d
'.' -f -2)" = "11.2" ]
+RUN set -euo pipefail; [ "$(rpm -q --qf '%{version}' mariadb-client | cut -d
'.' -f -2)" = "11.4" ]