--- rpms/smeserver-affa/contribs9/smeserver-affa.spec 2015/09/22 20:37:38 1.3 +++ rpms/smeserver-affa/contribs9/smeserver-affa.spec 2016/11/23 17:06:34 1.8 @@ -1,8 +1,8 @@ -Summary: A rsync-based backup program for linux, adapted to sme server 8 +Summary: A rsync-based backup program for linux, adapted to sme server 8-9 %define name smeserver-affa Name: %{name} %define version 3.2.2.3 -%define release 2 +%define release 6 Version: %{version} Release: %{release}%{?dist} Vendor: Michael Weinberger //// adaptation to sme-server Arnaud Guillaume @@ -12,6 +12,7 @@ Source: %{name}-%{version}.tar.gz BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArch: noarch AutoReq: no + Requires: openssh-clients Requires: perl-Config-IniFiles Requires: perl-Filesys-DiskFree @@ -20,6 +21,12 @@ Requires: perl-Proc-ProcessTable Requires: perl-TimeDate Requires: rsync +Patch1: smeserver-affa-fix-typo.patch +Patch2: smeserver-affa-fix-rise_RPMCheck_smb_diskusage.patch +Patch3: smeserver-affa-fix-ssh-port.patch +Patch4: smeserver-affa-fix-blanks-conf.patch +Patch5: smeserver-affa-fix-imapfiles-find.patch + %description Affa is a rsync-based backup program Documentation: http://affa.sf.net @@ -27,6 +34,11 @@ with SMEServer + RPMCheck + Watchdog + r %prep %setup -q -n %{name}-%{version} +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 %build @@ -83,6 +95,25 @@ exit 0 exit 0 %changelog +* Wed Nov 23 2016 John Crisp 3.2.2.3-7.sme +- Fix find command error in delete imap dovecot files [SME: 9874] + +* Fri Aug 19 2016 Arnaud Guillaume 3.2.2.3-6.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-5.sme +- Fix ssh port [SME: 8904] +- Modify changelog number to track define release number + +* Wed Mar 23 2016 Arnaud Guillaume 3.2.2.3-4.sme +- Fix use of uninitialized value $1 in concatentation (.) or string at /sbin/affa/ line 4059 [SME: 9139] +- Fix "RPMCheck" not working [SME: 9270] +- Fix Inconsistent smb.conf when samba share option set to "yes" [SME: 9298] +- Fix affa --diskusage does not umount attached storage [SME: 9147] + +* Mon Feb 29 2016 John Crisp 3.2.2.3-3.sme +- Fix typos in config files [SME: 9094] + * Tue Sep 22 2015 stephane de Labrusse 3.2.2.3-2.sme - Initial release to contribs9