--- rpms/smeserver-affa/contribs8/smeserver-affa.spec 2016/08/18 23:28:40 1.6 +++ 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 4 +%define release 5 Version: %{version} Release: %{release}%{?dist} Vendor: Michael Weinberger //// adaptation to sme-server Arnaud Guillaume @@ -22,6 +22,8 @@ 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 Documentation: http://affa.sf.net @@ -31,6 +33,7 @@ with SMEServer + RPMCheck + Watchdog + r %setup -q -n %{name}-%{version} %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build @@ -87,6 +90,9 @@ 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]