From 93c2c06fff1132fd36a2a3c79a9ac309255b577e Mon Sep 17 00:00:00 2001 From: Jean-Philippe Pialasse Date: Sun, 9 Mar 2025 17:43:02 -0400 Subject: [PATCH] * Fri Mar 07 2025 Jean-Philippe Pialasse 11.0.0-10.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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/smeserver-mysql.spec b/smeserver-mysql.spec index ad5759b..1742e95 100644 --- a/smeserver-mysql.spec +++ b/smeserver-mysql.spec @@ -2,7 +2,7 @@ Summary: Koozali SME Server specific mysql configuration and templates. %define name smeserver-mysql Name: %{name} %define version 11.0.0 -%define release 9 +%define release 10 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -58,7 +58,7 @@ rm -rf $RPM_BUILD_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)' \ + --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)' \ @@ -79,7 +79,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %changelog -* Fri Mar 07 2025 Jean-Philippe Pialasse 11.0.0-9.sme +* Fri Mar 07 2025 Jean-Philippe Pialasse 11.0.0-10.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,