--- rpms/smeserver-affa/contribs8/smeserver-affa.spec 2016/06/06 18:25:21 1.5 +++ rpms/smeserver-affa/contribs8/smeserver-affa.spec 2016/08/18 23:28:40 1.6 @@ -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 4 Version: %{version} Release: %{release}%{?dist} Vendor: Michael Weinberger //// adaptation to sme-server Arnaud Guillaume @@ -21,7 +21,7 @@ Requires: perl-TimeDate Requires: rsync Patch1: smeserver-affa-fix-typo_rise_smb_diskusage.patch - +Patch2: smeserver-affa-fix-ssh-port.patch %description Affa is a rsync-based backup program Documentation: http://affa.sf.net @@ -30,6 +30,7 @@ with SMEServer + RPMCheck + Watchdog + r %prep %setup -q -n %{name}-%{version} %patch1 -p1 +%patch2 -p1 %build @@ -86,6 +87,9 @@ exit 0 exit 0 %changelog +* 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]