--- rpms/smeserver-automysqlbackup/contribs10/smeserver-automysqlbackup.spec 2021/06/05 02:26:54 1.3 +++ rpms/smeserver-automysqlbackup/contribs10/smeserver-automysqlbackup.spec 2022/05/31 14:44:09 1.7 @@ -1,6 +1,6 @@ %define name smeserver-automysqlbackup %define version 3.0.RC6 -%define release 18 +%define release 22 %define rpmver 3.0.RC6 epoch: 2 @@ -14,7 +14,7 @@ Source: %{name}-%{version}.t URL: http://sourceforge.net/projects/automysqlbackup/ BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch -Requires: e-smith-base, e-smith-release >= 9 +Requires: e-smith-base, e-smith-release >= 10 Requires: pax Requires: automysqlbackup BuildRequires: e-smith-devtools @@ -26,6 +26,8 @@ Patch4: smeserver-automysqlbackup-3.0.RC Patch5: smeserver-automysqlbackup-3.0.RC6-Update-MySQL-Init-for-Mariadb.patch Patch6: smeserver-automysqlbackup-3.0.RC6-bz11561.patch Patch7: smeserver-automysqlbackup-3.0.RC6-bz11622.patch +Patch8: smeserver-automysqlbackup-3.0.RC6-bz11970.Add-Maria-10x-support.patch +Patch9: smeserver-automysqlbackup-3.0.RC6-bz11970.Add-Maria-10x-rename-templates.patch %description This RPM is an unofficial addon for the SME Server 10.x. @@ -35,6 +37,20 @@ This script is based on automysqlbackup %changelog +* Tue May 31 2022 John Crisp 3.0.RC6-22.sme +- Fix more typos in templates [SME: 11970] + +* Tue May 31 2022 John Crisp 3.0.RC6-21.sme +- Fix typos in templates [SME: 11970] + +* Mon May 30 2022 John Crisp 3.0.RC6-20.sme +- Correct template names [SME: 11970] +- Add enable instructions + +* Mon May 09 2022 John Crisp 3.0.RC6-19.sme +- Add Maria DB 10.x support [SME: 11970] +- Requires Koozali SME Server v10.x + * Sat Jun 05 2021 Terry Fage 3.0.RC6-18.sme - mariadb should not backup information_schema [SME: 11622] @@ -103,6 +119,8 @@ rm -rf $RPM_BUILD_ROOT %patch5 -p1 %patch6 -p1 %patch7 -p1 +%patch8 -p1 +%patch9 -p1 %build perl createlinks @@ -153,7 +171,7 @@ echo " delete mysql user and revoke all mysql -u root -e "REVOKE ALL PRIVILEGES ON *.* FROM '$MYSQLUSER'@'localhost';" mysql -u root -e "DROP USER $MYSQLUSER@localhost;" echo " " -echo "Do that for each DB - e.g mysq55, mysql57 etc" +echo "Do that for each DB - e.g mysq55, mysql57, mariadb101, maria105 etc" echo " " # Delete custom template fragment echo " delete db configuration automysqlbackup"