From 3ee120228a80a2fc9ed4c0aca16a2907c6ddb2ed Mon Sep 17 00:00:00 2001 From: Jean-Philippe Pialasse Date: Sun, 9 Mar 2025 00:08:27 -0500 Subject: [PATCH] * Fri Mar 07 2025 Jean-Philippe Pialasse 11.0.0-9.sme - upgrade to support mariadb 11.4 [SME: 12930] move mariadb-upgrade to mysql.init unit remove duplicate in 00_restore_dumped_dbs and 10mysql_upgrade, add a tmp.d for pid file, add post action dnf script update mariadb.service.d/ content, set default to utfmb4 - mysql.user table filtering [SME: 12592] * Sun Jan 26 2025 Jean-Philippe Pialasse 11.0.0-8.sme - prestart script requires daemontools bins [SME: 12566] --- smeserver-mysql.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/smeserver-mysql.spec b/smeserver-mysql.spec index 7856813..ad5759b 100644 --- a/smeserver-mysql.spec +++ b/smeserver-mysql.spec @@ -57,6 +57,8 @@ rm -rf $RPM_BUILD_ROOT --file "/sbin/e-smith/systemd/mariadb-initialize" 'attr(0554,root,root)' \ --file "/sbin/e-smith/systemd/mariadb-post" 'attr(0554,root,root)' \ --file "/sbin/e-smith/systemd/mysql.init" 'attr(0554,root,root)' \ + --file "/usr/bin/mysql_filter_tables" 'attr(0554,root,root)' \ + --file "/usr/bin/mysql_filter_user_table" 'attr(0554,root,root)' \ --dir '/home/e-smith/db/mysql' 'attr(0750,root,root)' \ --dir "/var/log/mariadb" 'attr(0750,mysql,mysql)' \ --dir "/var/log/mysql.init" 'attr(0750,root,root)' \