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.3 |
%define version 3.2.2.3 |
5 |
%define release 2 |
%define release 6 |
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 |
|
|
29 |
%description |
%description |
30 |
Affa is a rsync-based backup program |
Affa is a rsync-based backup program |
31 |
Documentation: http://affa.sf.net |
Documentation: http://affa.sf.net |
33 |
|
|
34 |
%prep |
%prep |
35 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
36 |
|
%patch1 -p1 |
37 |
|
%patch2 -p1 |
38 |
|
%patch3 -p1 |
39 |
|
%patch4 -p1 |
40 |
|
|
41 |
%build |
%build |
42 |
|
|
93 |
exit 0 |
exit 0 |
94 |
|
|
95 |
%changelog |
%changelog |
96 |
|
*Fri Aug 19 2016 Arnaud Guillaume <smeserver-affa@guedel.eu> 3.2.2.3-6.sme |
97 |
|
- Fix issue due to blank characters into file /etc/affa/job.conf [SME: 9449] |
98 |
|
|
99 |
|
* Fri Aug 19 2016 John Crisp <jcrisp@safeandsoundit.co.uk> 3.2.2.3-5.sme |
100 |
|
- Fix ssh port [SME: 8904] |
101 |
|
- Modify changelog number to track define release number |
102 |
|
|
103 |
|
* Wed Mar 23 2016 Arnaud Guillaume <smeserver-affa@guedel.eu> 3.2.2.3-4.sme |
104 |
|
- Fix use of uninitialized value $1 in concatentation (.) or string at /sbin/affa/ line 4059 [SME: 9139] |
105 |
|
- Fix "RPMCheck" not working [SME: 9270] |
106 |
|
- Fix Inconsistent smb.conf when samba share option set to "yes" [SME: 9298] |
107 |
|
- Fix affa --diskusage does not umount attached storage [SME: 9147] |
108 |
|
|
109 |
|
* Mon Feb 29 2016 John Crisp <jcrisp@safeandsoundit.co.uk> 3.2.2.3-3.sme |
110 |
|
- Fix typos in config files [SME: 9094] |
111 |
|
|
112 |
* Tue Sep 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 3.2.2.3-2.sme |
* Tue Sep 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 3.2.2.3-2.sme |
113 |
- Initial release to contribs9 |
- Initial release to contribs9 |
114 |
|
|