Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mariadb-image for openSUSE:Factory 
checked in at 2025-12-22 22:52:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mariadb-image (Old)
 and      /work/SRC/openSUSE:Factory/.mariadb-image.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mariadb-image"

Mon Dec 22 22:52:35 2025 rev:62 rq:1324216 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/mariadb-image/mariadb-image.changes      
2025-12-17 17:40:23.393790664 +0100
+++ /work/SRC/openSUSE:Factory/.mariadb-image.new.1928/mariadb-image.changes    
2025-12-22 22:56:23.038694284 +0100
@@ -1,0 +2,5 @@
+Mon Dec 22 15:43:36 UTC 2025 - SUSE Update Bot <[email protected]>
+
+- fix typos in comments
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ docker-entrypoint.sh ++++++
--- /var/tmp/diff_new_pack.E7e7uD/_old  2025-12-22 22:56:23.750723649 +0100
+++ /var/tmp/diff_new_pack.E7e7uD/_new  2025-12-22 22:56:23.754723814 +0100
@@ -620,7 +620,7 @@
                mysql_note "Temporary server stopped"
 
                if _check_if_upgrade_is_needed; then
-                       # need a restart as FLUSH PRIVILEGES isn't reversable
+                       # need a restart as FLUSH PRIVILEGES isn't reversible
                        mysql_note "Restarting temporary server for upgrade"
                        docker_temp_server_start "$@" --skip-grant-tables \
                                --loose-innodb_buffer_pool_dump_at_shutdown=0

++++++ healthcheck.sh ++++++
--- /var/tmp/diff_new_pack.E7e7uD/_old  2025-12-22 22:56:23.778724804 +0100
+++ /var/tmp/diff_new_pack.E7e7uD/_new  2025-12-22 22:56:23.782724969 +0100
@@ -365,7 +365,7 @@
                        ;;
                --no-connect)
                        # used for /docker-entrypoint-initdb.d scripts
-                       # where you definately don't want a connection test
+                       # where you definitely don't want a connection test
                        connect_s=0
                        ;;
                --*)
@@ -388,7 +388,7 @@
        shift
 done
 if [ "$connect_s" != "0" ]; then
-       # we didn't pass a connnect test, so the current success status is 
suspicious
+       # we didn't pass a connect test, so the current success status is 
suspicious
        # return what connect thinks.
        connect
        exit $?

Reply via email to