fix to allow upgrade of innodb to new pagesize as required by 12982 on install [SME: 13083]

This commit is contained in:
trevorb
2025-07-21 10:08:31 +10:00
parent cd59e93ccb
commit 17c47013a1
3 changed files with 32 additions and 1 deletions

View File

@@ -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 17
%define release 18
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -81,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%changelog
* Mon Jul 21 2025 Trevor Batley <trevor@batley.id.au> 11.0.0-18.sme
- add fix to allow upgrade of innodb to new pagesize as required by 12982 on install [SME: 13083]
* Thu Jun 05 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-17.sme
- fix conflict with MariaDB-server-compat [SME: 13024]