Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mariadb for openSUSE:Factory checked 
in at 2026-01-07 16:00:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mariadb (Old)
 and      /work/SRC/openSUSE:Factory/.mariadb.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mariadb"

Wed Jan  7 16:00:49 2026 rev:158 rq:1325634 version:11.8.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes  2025-12-17 
17:34:34.651133988 +0100
+++ /work/SRC/openSUSE:Factory/.mariadb.new.1928/mariadb.changes        
2026-01-07 16:01:06.122336416 +0100
@@ -1,0 +2,5 @@
+Thu Dec 18 14:29:29 UTC 2025 - Robert Frohl <[email protected]>
+
+-  make 'mysql-systemd-helper upgrade' selinux aware (bsc#1255024)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mariadb.spec ++++++
--- /var/tmp/diff_new_pack.2N8n6q/_old  2026-01-07 16:01:07.606398184 +0100
+++ /var/tmp/diff_new_pack.2N8n6q/_new  2026-01-07 16:01:07.610398350 +0100
@@ -154,6 +154,9 @@
 Requires:       python3-mysqlclient
 Requires:       user(mysql)
 Requires(post): permissions
+# selinux dependencies for mysql-systemd-helper
+Requires:       (selinux-tools if selinux-policy)
+Requires:       (policycoreutils if selinux-policy)
 # Require mysql user
 Requires(pre):  user(mysql)
 Recommends:     logrotate



++++++ mysql-systemd-helper ++++++
--- /var/tmp/diff_new_pack.2N8n6q/_old  2026-01-07 16:01:07.866409007 +0100
+++ /var/tmp/diff_new_pack.2N8n6q/_new  2026-01-07 16:01:07.874409339 +0100
@@ -97,6 +97,9 @@
                # Create a secure tmp dir
                chown --no-dereference "$mysql_daemon_user:$mysql_daemon_group" 
"$protected" || die "Failed to set group/user to '$protected'"
                chmod 0700  "$protected" || die "Failed to set permissions to 
'$protected'"
+               if command -v selinuxenabled > /dev/null && selinuxenabled; then
+                       restorecon -R "$protected"
+               fi
 
                # Run protected MySQL accessible only though socket in our 
directory
                echo "Running protected MySQL... "

Reply via email to