--- rpms/smeserver-affa/contribs8/smeserver-affa.spec 2016/06/06 18:25:21 1.5 +++ rpms/smeserver-affa/contribs8/smeserver-affa.spec 2016/08/21 07:59:35 1.7 @@ -2,7 +2,7 @@ Summary: A rsync-based backup program fo %define name smeserver-affa Name: %{name} %define version 3.2.2.3 -%define release 3 +%define release 5 Version: %{version} Release: %{release}%{?dist} Vendor: Michael Weinberger //// adaptation to sme-server Arnaud Guillaume @@ -21,6 +21,8 @@ Requires: perl-TimeDate Requires: rsync Patch1: smeserver-affa-fix-typo_rise_smb_diskusage.patch +Patch2: smeserver-affa-fix-ssh-port.patch +Patch3: smeserver-affa-fix-blanks-conf.patch %description Affa is a rsync-based backup program @@ -30,6 +32,8 @@ with SMEServer + RPMCheck + Watchdog + r %prep %setup -q -n %{name}-%{version} %patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build @@ -86,6 +90,12 @@ exit 0 exit 0 %changelog +*Fri Aug 19 2016 Arnaud Guillaume 3.2.2.3-5.sme +- Fix issue due to blank characters into file /etc/affa/job.conf [SME: 9449] + +* Fri Aug 19 2016 John Crisp 3.2.2.3-4.sme +- Fix ssh port [SME: 8904] + * Wed Mar 23 2016 Arnaud Guillaume 3.2.2.3-3.sme - Fix use of uninitialized value $1 in concatentation (.) or string at /sbin/affa/ line 4059 [SME: 9139] - Fix Inconsistent smb.conf when samba share option set to "yes" [SME: 9298]