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 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> |
21 |
Requires: rsync |
Requires: rsync |
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 |
25 |
%description |
%description |
26 |
Affa is a rsync-based backup program |
Affa is a rsync-based backup program |
27 |
Documentation: http://affa.sf.net |
Documentation: http://affa.sf.net |
30 |
%prep |
%prep |
31 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
32 |
%patch1 -p1 |
%patch1 -p1 |
33 |
|
%patch2 -p1 |
34 |
|
|
35 |
%build |
%build |
36 |
|
|
87 |
exit 0 |
exit 0 |
88 |
|
|
89 |
%changelog |
%changelog |
90 |
|
* Fri Aug 19 2016 John Crisp <jcrisp@safeandsoundit.co.uk> 3.2.2.3-4.sme |
91 |
|
- Fix ssh port [SME: 8904] |
92 |
|
|
93 |
* Wed Mar 23 2016 Arnaud Guillaume <affa@guedel.eu> 3.2.2.3-3.sme |
* Wed Mar 23 2016 Arnaud Guillaume <affa@guedel.eu> 3.2.2.3-3.sme |
94 |
- Fix use of uninitialized value $1 in concatentation (.) or string at /sbin/affa/ line 4059 [SME: 9139] |
- Fix use of uninitialized value $1 in concatentation (.) or string at /sbin/affa/ line 4059 [SME: 9139] |
95 |
- Fix Inconsistent smb.conf when samba share option set to "yes" [SME: 9298] |
- Fix Inconsistent smb.conf when samba share option set to "yes" [SME: 9298] |