fix-e-smith-pkg script (#12732)

This commit is contained in:
Trevor Batley 2024-09-08 17:41:26 +10:00
parent 010b2f680a
commit 21e6c8b8cf

View File

@ -1,6 +1,6 @@
%define name smeserver-automysqlbackup
%define version 3.0.RC6
%define release 33
%define release 34
%define rpmver 3.0.RC6
epoch: 2
@ -14,10 +14,10 @@ Source: %{name}-%{version}.tar.xz
URL: http://sourceforge.net/projects/automysqlbackup/
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildArchitectures: noarch
Requires: e-smith-base, e-smith-release >= 10
Requires: smeserver-release >= 10
Requires: pax
Requires: automysqlbackup >= 3.0.RC6-8
BuildRequires: e-smith-devtools
BuildRequires: smeserver-devtools
%description
This RPM is an unofficial addon for the SME Server 10.x.
@ -26,6 +26,9 @@ who wants to backup their mysql databases with an automatic way.
This script is based on automysqlbackup V3.0
%changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 3.0.RC6-34.sme
- Fix e-smith references in smeserver-automysqlbackup [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 3.0.RC6-33.sme
- Roll up patches and move to git repo [SME: 12338]