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 6 |
%define release 7 |
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> |
31 |
Patch3: smeserver-affa-change_to_rsa_keys.patch |
Patch3: smeserver-affa-change_to_rsa_keys.patch |
32 |
Patch4: smeserver-affa-update-ssh-keys-links.patch |
Patch4: smeserver-affa-update-ssh-keys-links.patch |
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 |
35 |
|
|
36 |
%description |
%description |
37 |
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 |
45 |
%patch3 -p1 |
%patch3 -p1 |
46 |
%patch4 -p1 |
%patch4 -p1 |
47 |
%patch5 -p1 |
%patch5 -p1 |
48 |
|
%patch6 -p1 |
49 |
|
|
50 |
|
|
51 |
%build |
%build |
52 |
# perl createlinks << if required |
# perl createlinks << if required |
96 |
exit 0 |
exit 0 |
97 |
|
|
98 |
%changelog |
%changelog |
99 |
|
* Thu Jun 30 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-7 |
100 |
|
- Fix logging parse errors [SME:12084] |
101 |
|
- Thanks to 'sti' for finding it |
102 |
|
|
103 |
* Thu Jun 30 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-6 |
* Thu Jun 30 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-6 |
104 |
- Fix error with files with spaces in names - Credit to Trevor Drake-Brockman [SME: 11784] |
- Fix error with files with spaces in names - Credit to Trevor Drake-Brockman [SME: 11784] |
105 |
- Fix directory search - Credit to Trevor Drake-Brockman [SME: 11784] |
- Fix directory search - Credit to Trevor Drake-Brockman [SME: 11784] |