2 |
%define name smeserver-affa |
%define name smeserver-affa |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 3.3.1 |
%define version 3.3.1 |
5 |
%define release 8 |
%define release 9 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
Vendor: Michael Weinberger <mweinber AT users DOT sourceforge DOT net> //// adaptation to sme-server Arnaud Guillaume <smeserver-affa AT guedel DOT eu> |
Vendor: Michael Weinberger <mweinber AT users DOT sourceforge DOT net> //// adaptation to sme-server Arnaud Guillaume <smeserver-affa AT guedel DOT eu> |
33 |
Patch5: smeserver-affa-fix-config-directory-name-spaces.patch |
Patch5: smeserver-affa-fix-config-directory-name-spaces.patch |
34 |
Patch6: smeserver-affa-fix-reporting-error.patch |
Patch6: smeserver-affa-fix-reporting-error.patch |
35 |
Patch7: smeserver-affa-fix-ssh-knownhosts-error.patch |
Patch7: smeserver-affa-fix-ssh-knownhosts-error.patch |
36 |
|
Patch8: smeserver-affa-fix-reporting-error-syntax.patch |
37 |
|
|
38 |
%description |
%description |
39 |
Affa is a rsync-based backup program for SMEServer + RPMCheck + Watchdog + rise. Documentation: http://affa.sf.net |
Affa is a rsync-based backup program for SMEServer + RPMCheck + Watchdog + rise. Documentation: http://affa.sf.net |
49 |
%patch5 -p1 |
%patch5 -p1 |
50 |
%patch6 -p1 |
%patch6 -p1 |
51 |
%patch7 -p1 |
%patch7 -p1 |
52 |
|
%patch8 -p1 |
53 |
|
|
54 |
|
|
55 |
%build |
%build |
100 |
exit 0 |
exit 0 |
101 |
|
|
102 |
%changelog |
%changelog |
103 |
|
* Mon Jul 04 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-9 |
104 |
|
- Fix my syntax errors from [SME: 11784] |
105 |
|
|
106 |
* Thu Jun 30 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-8 |
* Thu Jun 30 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-8 |
107 |
- Fix KnownHosts error [SME: 12081] |
- Fix KnownHosts error [SME: 12081] |
108 |
- Thanks to 'gieres' for finding this |
- Thanks to 'gieres' for finding this |