* Fri Mar 07 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-11.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 <jpp@koozali.org> 11.0.0-8.sme - prestart script requires daemontools bins [SME: 12566]
This commit is contained in:
		| @@ -9,6 +9,13 @@ safe_symlink("/usr/bin/mariadb-check","root/usr/bin/mysqlcheck"); | |||||||
| safe_symlink("/usr/bin/mariadb-admin","root/usr/bin/mysqladmin"); | safe_symlink("/usr/bin/mariadb-admin","root/usr/bin/mysqladmin"); | ||||||
| safe_symlink("/usr/bin/mariadb-show","root/usr/bin/mysqlshow"); | safe_symlink("/usr/bin/mariadb-show","root/usr/bin/mysqlshow"); | ||||||
| safe_symlink("/usr/bin/mariadb-upgrade","root/usr/bin/mysql_upgrade"); | safe_symlink("/usr/bin/mariadb-upgrade","root/usr/bin/mysql_upgrade"); | ||||||
|  | safe_symlink("/usr/bin/mariadb","root/usr/bin/mysql"); | ||||||
|  | safe_symlink("/usr/bin/mariadb-access","root/usr/bin/mysqlaccess"); | ||||||
|  | safe_symlink("/usr/bin/mariadb-binlog","root/usr/bin/mysqlbinlog"); | ||||||
|  | safe_symlink("/usr/bin/mariadb-convert-table-format","root/usr/bin/mysql_convert_table_format"); | ||||||
|  | safe_symlink("/usr/bin/mariadb-find-rows","root/usr/bin/mysql_find_rows"); | ||||||
|  | safe_symlink("/usr/bin/mariadb-fix-extensions","root/usr/bin/mysql_fix_extensions"); | ||||||
|  |  | ||||||
|  |  | ||||||
| #-------------------------------------------------- | #-------------------------------------------------- | ||||||
| # pre-backup actions | # pre-backup actions | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ Summary: Koozali SME Server specific mysql configuration and templates. | |||||||
| %define name smeserver-mysql | %define name smeserver-mysql | ||||||
| Name: %{name} | Name: %{name} | ||||||
| %define version 11.0.0 | %define version 11.0.0 | ||||||
| %define release 10 | %define release 11 | ||||||
| Version: %{version} | Version: %{version} | ||||||
| Release: %{release}%{?dist} | Release: %{release}%{?dist} | ||||||
| License: GPL | License: GPL | ||||||
| @@ -79,7 +79,7 @@ rm -rf $RPM_BUILD_ROOT | |||||||
| %defattr(-,root,root) | %defattr(-,root,root) | ||||||
|  |  | ||||||
| %changelog | %changelog | ||||||
| * Fri Mar 07 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-10.sme | * Fri Mar 07 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-11.sme | ||||||
| - upgrade to support mariadb 11.4 [SME: 12930] | - upgrade to support mariadb 11.4 [SME: 12930] | ||||||
|   move mariadb-upgrade to mysql.init unit  |   move mariadb-upgrade to mysql.init unit  | ||||||
|   remove duplicate in 00_restore_dumped_dbs and 10mysql_upgrade, |   remove duplicate in 00_restore_dumped_dbs and 10mysql_upgrade, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user