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 2 |
%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> |
20 |
Requires: perl-TimeDate |
Requires: perl-TimeDate |
21 |
Requires: rsync |
Requires: rsync |
22 |
|
|
23 |
|
Patch1: smeserver-affa-fix-typo_rise_smb_diskusage.patch |
24 |
|
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 |
31 |
|
|
32 |
%prep |
%prep |
33 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
34 |
|
%patch1 -p1 |
35 |
|
%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 |
97 |
|
- Fix ssh port [SME: 8904] |
98 |
|
|
99 |
|
* Wed Mar 23 2016 Arnaud Guillaume <affa@guedel.eu> 3.2.2.3-3.sme |
100 |
|
- Fix use of uninitialized value $1 in concatentation (.) or string at /sbin/affa/ line 4059 [SME: 9139] |
101 |
|
- Fix Inconsistent smb.conf when samba share option set to "yes" [SME: 9298] |
102 |
|
- Fix affa --diskusage does not umount attached storage [SME: 9147] |
103 |
|
- Fix typos in config files (John Crisp <jcrisp@safeandsoundit.co.uk> 29.01.2016) [SME: 9094] |
104 |
|
|
105 |
* Tue Sep 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 3.2.2.3-2.sme |
* Tue Sep 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 3.2.2.3-2.sme |
106 |
- Initial release to contribs8 |
- Initial release to contribs8 |
107 |
|
|