--- rpms/smeserver-automysqlbackup/contribs9/smeserver-automysqlbackup.spec 2018/07/11 23:03:52 1.5 +++ rpms/smeserver-automysqlbackup/contribs9/smeserver-automysqlbackup.spec 2019/11/26 03:40:46 1.8 @@ -1,6 +1,6 @@ %define name smeserver-automysqlbackup %define version 3.0.RC6 -%define release 9 +%define release 12 %define rpmver 3.0.RC6 epoch: 2 @@ -20,6 +20,10 @@ Requires: automysqlbackup BuildRequires: e-smith-devtools Patch0: smeserver-automysqlbackup-AdjustableCronJob.patch Patch1: smeserver-automysqlbackup-enhanced-templates.patch +Patch2: smeserver-automysqlbackup-fix-runmysql.patch +Patch3: smeserver-automysqlbackup-update-permission-change.patch +Patch4: smeserver-automysqlbackup-3.0.RC6-bz10806.errorsAndCreateUsers.patch + %description This RPM is an unofficial addon for the SME Server 9.x. The target audience is the Linux/E-smith administrator @@ -29,6 +33,25 @@ This script is based on automysqlbackup %changelog +* Sun Sep 22 2019 Jean-Philipe Pialasse 3.0.RC6-12.sme +- fix multiple cause of error noise and performance [SME: 10806] + * avoid parallel run of all backups, cron template rewritten + * avoid multiple parallel or repeated chmod and chown + * protect from undesired chmod or chown + * consistent use of status for cron and conf templates + * create backup user for mysql, mysql55 and mysql57 (Maria to do) + * update mysql53 use to mysql51 as variable + * migrate fragment to remove Mysql55 Mysql57 Mymaria Mysql53 if Mysql53 exist + * remove default value in db for Mysql55 Mysql57 Mymaria Mysql53 + * default as enabled in fragments for all automysql My* properties +- create default user in dbs [SME: 10808] + +* Mon Nov 26 2018 John Crisp 3.0.RC6-11.sme +- fix runmysqlscript to allow for change in Backupdir key [SME: 10655] + +* Mon Nov 26 2018 John Crisp 3.0.RC6-10.sme +- fix runmysqlbackup to allow for new databases [SME: 10654] + * Fri Jul 06 2018 John Crisp 3.0.RC6-9.sme - Template configuration files - run automysqlbackup per conf directly from cron rather than runmysqlbackup @@ -61,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %setup %patch0 -p1 %patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 %build perl createlinks