1 |
Summary: A rsync-based backup program for linux, adapted to Koozali SME server 10 |
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.3.0 |
%define version 3.3.1 |
5 |
%define release 1 |
%define release 1 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
60 |
--file "/etc/sudoers.d/affa" "attr(0440,root,root)" \ |
--file "/etc/sudoers.d/affa" "attr(0440,root,root)" \ |
61 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
62 |
|
|
|
%files -f %{name}-%{version}-filelist |
|
|
|
|
63 |
# We could use this for docs I guess - we should standardise this sort of thing |
# We could use this for docs I guess - we should standardise this sort of thing |
64 |
#%doc README LICENSE README |
#%doc README LICENSE README |
65 |
|
echo "%doc LICENSE COPYING README WARRANTY" >> %{name}-%{version}-filelist |
66 |
|
|
67 |
|
|
68 |
|
|
69 |
|
%files -f %{name}-%{version}-filelist |
70 |
|
|
71 |
%clean |
%clean |
72 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
84 |
exit 0 |
exit 0 |
85 |
|
|
86 |
%changelog |
%changelog |
87 |
* Tue Mar 23 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.0-1.sme |
* Mon Mar 29 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-1.sme |
88 |
|
- Fix Warranty [SME: 11500] |
89 |
|
- Fix Licence [SME: 11501] |
90 |
|
- Remove atalk [SME: 11503] |
91 |
|
|
92 |
|
* Tue Mar 23 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.0-1.sme |
93 |
- New version for Koozali SME v10 [SME: 11024] |
- New version for Koozali SME v10 [SME: 11024] |
94 |
- incorporated old patches |
- incorporated old patches |
95 |
- tidied up some old git files |
- tidied up some old git files |