1 |
Summary: A rsync-based backup program for linux, adapted to sme server 8-9 |
Summary: A rsync-based backup program for linux, adapted to Koozali SME server 10 |
2 |
%define name smeserver-affa |
%define name smeserver-affa |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 3.2.2.3 |
%define version 3.3.1 |
5 |
%define release 8 |
%define release 3 |
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> |
11 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
12 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
13 |
BuildArch: noarch |
BuildArch: noarch |
14 |
|
BuildRequires: e-smith-devtools |
15 |
|
|
16 |
AutoReq: no |
AutoReq: no |
17 |
|
|
18 |
|
Requires: e-smith-release >= 10 |
19 |
|
Requires: smeserver-systemd-control |
20 |
Requires: openssh-clients |
Requires: openssh-clients |
21 |
Requires: perl-Config-IniFiles |
Requires: perl-Config-IniFiles |
22 |
Requires: perl-Filesys-DiskFree |
Requires: perl-Filesys-DiskFree |
23 |
Requires: perl-MailTools |
Requires: perl-MailTools |
24 |
Requires: perl-Proc-ProcessTable |
Requires: perl-Proc-ProcessTable |
25 |
Requires: perl-TimeDate |
Requires: perl-TimeDate |
26 |
|
Requires: perl-List-MoreUtils |
27 |
Requires: rsync |
Requires: rsync |
28 |
|
|
29 |
Patch1: smeserver-affa-fix-typo.patch |
Patch1: smeserver-affa-add-some-systemd-support.patch |
30 |
Patch2: smeserver-affa-fix-rise_RPMCheck_smb_diskusage.patch |
Patch2: smeserver-affa-change-host-domain.patch |
|
Patch3: smeserver-affa-fix-ssh-port.patch |
|
|
Patch4: smeserver-affa-fix-blanks-conf.patch |
|
|
Patch5: smeserver-affa-fix-imapfiles-find.patch |
|
|
Patch6: smeserver-affa-fix-show-schedule.patch |
|
31 |
|
|
32 |
%description |
%description |
33 |
Affa is a rsync-based backup program |
Affa is a rsync-based backup program for SMEServer + RPMCheck + Watchdog + rise. Documentation: http://affa.sf.net |
|
Documentation: http://affa.sf.net |
|
|
with SMEServer + RPMCheck + Watchdog + rise |
|
34 |
|
|
35 |
%prep |
%prep |
36 |
|
rm -rf $RPM_BUILD_ROOT |
37 |
|
|
38 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
39 |
%patch1 -p1 |
%patch1 -p1 |
40 |
%patch2 -p1 |
%patch2 -p1 |
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
41 |
|
|
42 |
%build |
%build |
43 |
|
# perl createlinks << if required |
44 |
|
find . \( -name .gitinclude -o -name .gitignore \) -print0 | \ |
45 |
|
xargs -0 rm -f |
46 |
|
|
47 |
%install |
%install |
|
rm -rf $RPM_BUILD_ROOT |
|
|
rm -f %{name}-%{version}-filelist |
|
|
(cd root ;find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
|
48 |
|
|
49 |
|
/bin/rm -rf $RPM_BUILD_ROOT |
50 |
|
(cd root ;/usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
51 |
|
/bin/rm -f %{name}-%{version}-filelist |
52 |
|
|
53 |
# Set version String |
# Set version String |
54 |
cp -a $RPM_BUILD_ROOT/sbin/affa $RPM_BUILD_ROOT/sbin/affa.tmp |
cp -a $RPM_BUILD_ROOT/sbin/affa $RPM_BUILD_ROOT/sbin/affa.tmp |
56 |
sed -e "s/my \$VERSION.*;/my \$VERSION='$VERSIONSTRING';/" < $RPM_BUILD_ROOT/sbin/affa.tmp > $RPM_BUILD_ROOT/sbin/affa |
sed -e "s/my \$VERSION.*;/my \$VERSION='$VERSIONSTRING';/" < $RPM_BUILD_ROOT/sbin/affa.tmp > $RPM_BUILD_ROOT/sbin/affa |
57 |
rm -f $RPM_BUILD_ROOT/sbin/affa.tmp |
rm -f $RPM_BUILD_ROOT/sbin/affa.tmp |
58 |
|
|
59 |
rm -f %{name}-%{version}-filelist |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
60 |
|
--ignoredir "/etc/sudoers.d" \ |
61 |
find $RPM_BUILD_ROOT -depth -type f -print |\ |
--ignoredir "/etc/profile.d" \ |
62 |
sed -e "s@^$RPM_BUILD_ROOT@@g" \ |
--file "/etc/profile.d/affa.sh" "attr(0555,root,root)" \ |
63 |
-e "s@^/sbin/@%attr(0750,root,root) &@"\ |
--file "/etc/sudoers.d/affa" "attr(0440,root,root)" \ |
64 |
-e "s@^/etc/profile.d/@%attr(0555,root,root) &@"\ |
> %{name}-%{version}-filelist |
65 |
-e "s@^/etc/sudoers.d/@%attr(0440,root,root) &@"\ |
|
66 |
-e "s@^/etc/cron.d/@%attr(0444,root,root)%config(noreplace) &@"\ |
# We could use this for docs I guess - we should standardise this sort of thing |
67 |
-e "s@^/usr/lib/affa/LICENSE@%attr(0444,root,root) &@"\ |
#%doc README LICENSE README |
68 |
-e "s@^/usr/lib/affa/WARRANTY@%attr(0444,root,root) &@"\ |
echo "%doc LICENSE COPYING README WARRANTY" >> %{name}-%{version}-filelist |
|
-e "s@^/usr/man/man1/@%attr(0444,root,root) &@"\ |
|
|
-e "s@^/etc/affa/scripts/@%attr(0750,root,root)%config(noreplace) &@"\ |
|
|
-e "s@^/etc/affa/@%attr(0640,root,root)%config(noreplace) &@"\ |
|
|
>> %{name}-%{version}-filelist |
|
69 |
|
|
70 |
|
|
|
find $RPM_BUILD_ROOT -depth -type d -print |\ |
|
|
sed -e "s@^$RPM_BUILD_ROOT@%dir @g" >> %{name}-%{version}-filelist |
|
71 |
|
|
72 |
find $RPM_BUILD_ROOT -depth -type l -print |\ |
%files -f %{name}-%{version}-filelist |
|
sed "s@^$RPM_BUILD_ROOT@@g" >> %{name}-%{version}-filelist |
|
73 |
|
|
74 |
%clean |
%clean |
75 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
76 |
|
|
|
%files -f %{name}-%{version}-filelist |
|
|
%defattr(-,root,root) |
|
|
|
|
77 |
%pre |
%pre |
78 |
exit 0 |
exit 0 |
79 |
|
|
87 |
exit 0 |
exit 0 |
88 |
|
|
89 |
%changelog |
%changelog |
90 |
|
* Tue Sep 21 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-3.sme |
91 |
|
- Fix some syntax errors. Migrate to using HostName/DomainName |
92 |
|
|
93 |
|
* Tue Sep 21 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-2.sme |
94 |
|
- Add some systemd support [SME: 11024] |
95 |
|
|
96 |
|
* Mon Mar 29 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-1.sme |
97 |
|
- Fix Warranty [SME: 11500] |
98 |
|
- Fix Licence [SME: 11501] |
99 |
|
- Remove atalk [SME: 11503] |
100 |
|
|
101 |
|
* Tue Mar 23 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.0-1.sme |
102 |
|
- New version for Koozali SME v10 [SME: 11024] |
103 |
|
- incorporated old patches |
104 |
|
- tidied up some old git files |
105 |
|
- Very Alpha - see bug for details |
106 |
|
|
107 |
* Mon Apr 10 2017 Arnaud Guillaume <smeserver-affa@guedel.eu> 3.2.2.3-8.sme |
* Mon Apr 10 2017 Arnaud Guillaume <smeserver-affa@guedel.eu> 3.2.2.3-8.sme |
108 |
- Fix issue when multiple times are in an Affa configuration file, show-schedule only displays the last [SME: 10196] |
- Fix issue when multiple times are in an Affa configuration file, show-schedule only displays the last [SME: 10196] |
109 |
|
|
165 |
--send-key: mkdir of RemoteAuthorizedKeysFile. Avoid errors if dir does not exist |
--send-key: mkdir of RemoteAuthorizedKeysFile. Avoid errors if dir does not exist |
166 |
--log-tail: show last rotated if current log is empty or too short |
--log-tail: show last rotated if current log is empty or too short |
167 |
--check-conncetions: allow jobs as arguments |
--check-conncetions: allow jobs as arguments |
168 |
* Sun Aug 29 2011 Michael Weinberger 3.1.2 |
* Mon Aug 29 2011 Michael Weinberger 3.1.2 |
169 |
- Bugfix: postJobCommand and postJobCommandRemote were not executed |
- Bugfix: postJobCommand and postJobCommandRemote were not executed |
170 |
* Sat Aug 13 2011 Michael Weinberger 3.1.1 |
* Sat Aug 13 2011 Michael Weinberger 3.1.1 |
171 |
- process state 'rsync interrupted' and 'dedup interrupted' |
- process state 'rsync interrupted' and 'dedup interrupted' |