--- rpms/automysqlbackup/contribs10/automysqlbackup.spec 2020/10/19 05:35:36 1.2 +++ rpms/automysqlbackup/contribs10/automysqlbackup.spec 2022/08/15 12:55:51 1.3 @@ -1,6 +1,6 @@ %define name automysqlbackup %define version 3.0.RC6 -%define release 7 +%define release 8 %define rpmver 3.0.RC6 Summary: automysqlbackup is a script to backup your msql database on sme8 @@ -13,7 +13,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 BuildRequires: e-smith-devtools # This patch is in CVS but was actually added to the script @@ -21,6 +21,7 @@ BuildRequires: e-smith-devtools # automysqlbackup-3.0.RC6.specify-event-options.patch Patch1: automysqlbackup-3.0.RC6.set-backup-dir.patch +Patch2: automysqlbackup-3.0.RC6-bz11970-skip-lock-tables.patch %description This RPM is an unofficial addon for the SME Server 9.x. @@ -29,6 +30,10 @@ who wants to backup their mysql database This script is based on automysqlbackup V3.0 %changelog +* Mon Aug 15 2022 John Crisp 3.0-RC6-8 +- Add skip-lock-tables to opts [SME: 11970] +- Bump esmith-release requires to 10 + * Mon Oct 19 2020 Brian Read 3.0-RC6-7 - Initial import to SME10 tree [SME: 11042] @@ -60,6 +65,8 @@ This script is based on automysqlbackup %setup -q -n %{name}-%{version} %patch1 -p1 +%patch2 -p1 + %build # add createlinks if required