2 |
%define name smeserver-affa |
%define name smeserver-affa |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 3.2.2.3 |
%define version 3.2.2.3 |
5 |
%define release 4 |
%define release 5 |
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> |
22 |
|
|
23 |
Patch1: smeserver-affa-fix-typo_rise_smb_diskusage.patch |
Patch1: smeserver-affa-fix-typo_rise_smb_diskusage.patch |
24 |
Patch2: smeserver-affa-fix-ssh-port.patch |
Patch2: smeserver-affa-fix-ssh-port.patch |
25 |
|
Patch3: smeserver-affa-fix-blanks-conf.patch |
26 |
|
|
27 |
%description |
%description |
28 |
Affa is a rsync-based backup program |
Affa is a rsync-based backup program |
29 |
Documentation: http://affa.sf.net |
Documentation: http://affa.sf.net |
33 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
34 |
%patch1 -p1 |
%patch1 -p1 |
35 |
%patch2 -p1 |
%patch2 -p1 |
36 |
|
%patch3 -p1 |
37 |
|
|
38 |
%build |
%build |
39 |
|
|
90 |
exit 0 |
exit 0 |
91 |
|
|
92 |
%changelog |
%changelog |
93 |
|
*Fri Aug 19 2016 Arnaud Guillaume <smeserver-affa@guedel.eu> 3.2.2.3-5.sme |
94 |
|
- Fix issue due to blank characters into file /etc/affa/job.conf [SME: 9449] |
95 |
|
|
96 |
* Fri Aug 19 2016 John Crisp <jcrisp@safeandsoundit.co.uk> 3.2.2.3-4.sme |
* Fri Aug 19 2016 John Crisp <jcrisp@safeandsoundit.co.uk> 3.2.2.3-4.sme |
97 |
- Fix ssh port [SME: 8904] |
- Fix ssh port [SME: 8904] |
98 |
|
|