--- rpms/e-smith-mysql/sme10/e-smith-mysql.spec 2020/12/13 22:09:39 1.21 +++ rpms/e-smith-mysql/sme10/e-smith-mysql.spec 2021/08/17 15:15:50 1.26 @@ -1,10 +1,10 @@ -# $Id: e-smith-mysql.spec,v 1.20 2020/12/10 04:25:50 jpp Exp $ +# $Id: e-smith-mysql.spec,v 1.25 2021/03/19 02:48:48 jpp Exp $ Summary: e-smith specific mysql configuration and templates. %define name e-smith-mysql Name: %{name} %define version 2.6.0 -%define release 17 +%define release 22 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -19,6 +19,11 @@ Patch5: e-smith-mysql-2.6.0.bz9688.skipr Patch6: e-smith-mysql-2.6.0-bz11145-updateevent.patch Patch7: e-smith-mysql-2.6.0-bz11021-mariadb2systemd.patch Patch8: e-smith-mysql-2.6.0-bz11120-mysql.init2systemd.patch +Patch9: e-smith-mysql-2.6.0-bz7827-dumpfailure.patch +Patch10: e-smith-mysql-2.6.0-bz455-bz4606-bz11404-bz11425.patch +Patch11: e-smith-mysql-2.6.0.bz11453-sme9restoreerror.patch +Patch12: e-smith-mysql-2.6.0-bz11468.patch +Patch13: e-smith-mysql-2.6.0.bz11672-max_allowed_packet.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -30,6 +35,26 @@ BuildRequires: e-smith-devtools >= 1.13. AutoReqProv: no %changelog +* Tue Aug 17 2021 John Crisp 2.6.0-22.sme +- Remove template and set default max_allowed_packet=16M + +* Thu Mar 18 2021 Jean-Philippe Pialasse 2.6.0-21.sme +- fix wrong path for set password [SME: 11468] + +* Sat Mar 14 2021 Jean-Philipe Pialasse 2.6.0-20.sme +- fix restore of sme9 backup fails to start mysql.init [SME: 11453] + +* Thu Mar 04 2021 Jean-Philipe Pialasse 2.6.0-19.sme +- add property to enable mysqld slow queries log [SME: 455] + simply use SlowQueries as the amount of second and it is enabled + remove property to stop logging +- more mysqld/mariadb parameter available with properties /templates [SME: 4606] +- ease 4 databit characters with innodb [SME: 11404] +- redirect mariadb log from systemd to file [SME: 11425] + +* Wed Jan 27 2021 Jean-Philipe Pialasse 2.6.0-18.sme +- fix backup fails in pre-backup in mysqldump [SME: 7827] + * Sun Dec 13 2020 Jean-Philipe Pialasse 2.6.0-17.sme - expand 10mysql_upgrade and restart mysql.init on e-smith-mysql-update [SME: 11120] this to make sure mariadb upgrade fully and prevent residual 10mysql_upgrade stay in the way @@ -793,7 +818,6 @@ rm -rf root/var/run/ rm -rf root/var/log/mysqld rm -f root/etc/rc.d/init.d/supervise/mysqld rm -f root/etc/rc.d/rc7.d/S50mysqld - mkdir -p root/var/log/mariadb.run %patch6 -p1 # move mariadb to systemd @@ -804,10 +828,14 @@ rm -rf root/var/service rm -rf root/service rm -rf root/etc/rc.d/init.d/supervise rm -rf root/var/log - # move mysql.init %patch8 -p1 rm -rf root/etc/rc.d/rc7.d +%patch9 -p1 +%patch10 -p1 +%patch11 -p1 +%patch12 -p1 +%patch13 -p1 %build perl createlinks