--- rpms/smeserver-affa/contribs10/smeserver-affa.spec 2022/06/30 13:43:45 1.8 +++ rpms/smeserver-affa/contribs10/smeserver-affa.spec 2022/06/30 14:37:18 1.9 @@ -2,7 +2,7 @@ Summary: A rsync-based backup program fo %define name smeserver-affa Name: %{name} %define version 3.3.1 -%define release 6 +%define release 7 Version: %{version} Release: %{release}%{?dist} Vendor: Michael Weinberger //// adaptation to sme-server Arnaud Guillaume @@ -31,6 +31,7 @@ Patch2: smeserver-affa-change-host-domai Patch3: smeserver-affa-change_to_rsa_keys.patch Patch4: smeserver-affa-update-ssh-keys-links.patch Patch5: smeserver-affa-fix-config-directory-name-spaces.patch +Patch6: smeserver-affa-fix-reporting-error.patch %description Affa is a rsync-based backup program for SMEServer + RPMCheck + Watchdog + rise. Documentation: http://affa.sf.net @@ -44,6 +45,8 @@ rm -rf $RPM_BUILD_ROOT %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 + %build # perl createlinks << if required @@ -93,6 +96,10 @@ exit 0 exit 0 %changelog +* Thu Jun 30 2022 John Crisp 3.3.1-7 +- Fix logging parse errors [SME:12084] +- Thanks to 'sti' for finding it + * Thu Jun 30 2022 John Crisp 3.3.1-6 - Fix error with files with spaces in names - Credit to Trevor Drake-Brockman [SME: 11784] - Fix directory search - Credit to Trevor Drake-Brockman [SME: 11784]