1 |
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 |
2 |
%define name smeserver-affa |
%define name smeserver-affa |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 3.2.2.2 |
%define version 3.2.2.3 |
5 |
%define release 1 |
%define release 7 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
Vendor: Michael Weinberger <mweinber AT users DOT sourceforge DOT net> //// adaptation to sme-server Arnaud Guillaume <smeserver-affa AT guedel DOT eu> |
Vendor: Michael Weinberger <mweinber AT users DOT sourceforge DOT net> //// adaptation to sme-server Arnaud Guillaume <smeserver-affa AT guedel DOT eu> |
12 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
13 |
BuildArch: noarch |
BuildArch: noarch |
14 |
AutoReq: no |
AutoReq: no |
15 |
|
|
16 |
Requires: openssh-clients |
Requires: openssh-clients |
17 |
Requires: perl-Config-IniFiles |
Requires: perl-Config-IniFiles |
18 |
Requires: perl-Filesys-DiskFree |
Requires: perl-Filesys-DiskFree |
21 |
Requires: perl-TimeDate |
Requires: perl-TimeDate |
22 |
Requires: rsync |
Requires: rsync |
23 |
|
|
24 |
|
Patch1: smeserver-affa-fix-typo.patch |
25 |
|
Patch2: smeserver-affa-fix-rise_RPMCheck_smb_diskusage.patch |
26 |
|
Patch3: smeserver-affa-fix-ssh-port.patch |
27 |
|
Patch4: smeserver-affa-fix-blanks-conf.patch |
28 |
|
Patch5: smeserver-affa-fix-imapfiles-find.patch |
29 |
|
|
30 |
%description |
%description |
31 |
Affa is a rsync-based backup program |
Affa is a rsync-based backup program |
32 |
Documentation: http://affa.sf.net |
Documentation: http://affa.sf.net |
34 |
|
|
35 |
%prep |
%prep |
36 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
37 |
|
%patch1 -p1 |
38 |
|
%patch2 -p1 |
39 |
|
%patch3 -p1 |
40 |
|
%patch4 -p1 |
41 |
|
%patch5 -p1 |
42 |
|
|
43 |
%build |
%build |
44 |
|
|
95 |
exit 0 |
exit 0 |
96 |
|
|
97 |
%changelog |
%changelog |
98 |
* Sat Aug 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 3.2.2.2-1.sme |
* Wed Nov 23 2016 John Crisp <jcrisp@safeandsoundit.co.uk> 3.2.2.3-7.sme |
99 |
|
- Fix find command error in delete imap dovecot files [SME: 9874] |
100 |
|
|
101 |
|
* Fri Aug 19 2016 Arnaud Guillaume <smeserver-affa@guedel.eu> 3.2.2.3-6.sme |
102 |
|
- Fix issue due to blank characters into file /etc/affa/job.conf [SME: 9449] |
103 |
|
|
104 |
|
* Fri Aug 19 2016 John Crisp <jcrisp@safeandsoundit.co.uk> 3.2.2.3-5.sme |
105 |
|
- Fix ssh port [SME: 8904] |
106 |
|
- Modify changelog number to track define release number |
107 |
|
|
108 |
|
* Wed Mar 23 2016 Arnaud Guillaume <smeserver-affa@guedel.eu> 3.2.2.3-4.sme |
109 |
|
- Fix use of uninitialized value $1 in concatentation (.) or string at /sbin/affa/ line 4059 [SME: 9139] |
110 |
|
- Fix "RPMCheck" not working [SME: 9270] |
111 |
|
- Fix Inconsistent smb.conf when samba share option set to "yes" [SME: 9298] |
112 |
|
- Fix affa --diskusage does not umount attached storage [SME: 9147] |
113 |
|
|
114 |
|
* Mon Feb 29 2016 John Crisp <jcrisp@safeandsoundit.co.uk> 3.2.2.3-3.sme |
115 |
|
- Fix typos in config files [SME: 9094] |
116 |
|
|
117 |
|
* Tue Sep 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 3.2.2.3-2.sme |
118 |
- Initial release to contribs9 |
- Initial release to contribs9 |
119 |
|
|
120 |
|
* Tue Sep 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 3.2.2.3-1 |
121 |
|
- fixed column ExecTime shift |
122 |
|
- Adjusted column indices in report |
123 |
|
- Fixed typo in remoteHostName [SME: 9062] |
124 |
|
- Code done by mats schuh <m.schuh@neckargeo.net> |
125 |
|
|
126 |
|
* Tue Jan 13 2015 mats schuh <m.schuh@neckargeo.net> 3.2.2.2-1 |
127 |
|
- Added TotalBytesSent to archive reports and fixed report layout |
128 |
|
|
129 |
* Sun Dec 07 2014 Arnaud Guillaume 3.2.2.2 |
* Sun Dec 07 2014 Arnaud Guillaume 3.2.2.2 |
130 |
- integration of the patch of Mats Schuh in order to enable check for external disk label before unmount |
- integration of the patch of Mats Schuh in order to enable check for external disk label before unmount |
131 |
* Sat Aug 23 2014 Arnaud Guillaume 3.2.2.1 |
* Sat Aug 23 2014 Arnaud Guillaume 3.2.2.1 |