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 3 |
%define release 4 |
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> |
28 |
|
|
29 |
Patch1: smeserver-affa-add-some-systemd-support.patch |
Patch1: smeserver-affa-add-some-systemd-support.patch |
30 |
Patch2: smeserver-affa-change-host-domain.patch |
Patch2: smeserver-affa-change-host-domain.patch |
31 |
|
Patch3: smeserver-affa-change_to_rsa_keys.patch |
32 |
|
|
33 |
%description |
%description |
34 |
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 |
39 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
40 |
%patch1 -p1 |
%patch1 -p1 |
41 |
%patch2 -p1 |
%patch2 -p1 |
42 |
|
%patch3 -p1 |
43 |
|
|
44 |
%build |
%build |
45 |
# perl createlinks << if required |
# perl createlinks << if required |
89 |
exit 0 |
exit 0 |
90 |
|
|
91 |
%changelog |
%changelog |
92 |
|
* Wed Sep 22 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-4 |
93 |
|
- Change ssh keys from DSA to RSA 4096 [SME: 10783] |
94 |
|
- Fix missing /var/affa store dir |
95 |
|
|
96 |
* Tue Sep 21 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-3.sme |
* Tue Sep 21 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-3.sme |
97 |
- Fix some syntax errors. Migrate to using HostName/DomainName |
- Fix some syntax errors. Migrate to using HostName/DomainName |
98 |
|
|