--- rpms/smeserver-affa/contribs10/smeserver-affa.spec 2022/06/30 21:24:06 1.10 +++ rpms/smeserver-affa/contribs10/smeserver-affa.spec 2022/07/04 13:27:51 1.11 @@ -2,7 +2,7 @@ Summary: A rsync-based backup program fo %define name smeserver-affa Name: %{name} %define version 3.3.1 -%define release 8 +%define release 9 Version: %{version} Release: %{release}%{?dist} Vendor: Michael Weinberger //// adaptation to sme-server Arnaud Guillaume @@ -33,6 +33,7 @@ Patch4: smeserver-affa-update-ssh-keys-l Patch5: smeserver-affa-fix-config-directory-name-spaces.patch Patch6: smeserver-affa-fix-reporting-error.patch Patch7: smeserver-affa-fix-ssh-knownhosts-error.patch +Patch8: smeserver-affa-fix-reporting-error-syntax.patch %description Affa is a rsync-based backup program for SMEServer + RPMCheck + Watchdog + rise. Documentation: http://affa.sf.net @@ -48,6 +49,7 @@ rm -rf $RPM_BUILD_ROOT %patch5 -p1 %patch6 -p1 %patch7 -p1 +%patch8 -p1 %build @@ -98,6 +100,9 @@ exit 0 exit 0 %changelog +* Mon Jul 04 2022 John Crisp 3.3.1-9 +- Fix my syntax errors from [SME: 11784] + * Thu Jun 30 2022 John Crisp 3.3.1-8 - Fix KnownHosts error [SME: 12081] - Thanks to 'gieres' for finding this