--- rpms/smeserver-affa/contribs10/smeserver-affa.spec 2021/03/23 14:27:50 1.2 +++ rpms/smeserver-affa/contribs10/smeserver-affa.spec 2021/03/29 13:15:26 1.3 @@ -1,7 +1,7 @@ Summary: A rsync-based backup program for linux, adapted to Koozali SME server 10 %define name smeserver-affa Name: %{name} -%define version 3.3.0 +%define version 3.3.1 %define release 1 Version: %{version} Release: %{release}%{?dist} @@ -60,10 +60,13 @@ rm -f $RPM_BUILD_ROOT/sbin/affa.tmp --file "/etc/sudoers.d/affa" "attr(0440,root,root)" \ > %{name}-%{version}-filelist -%files -f %{name}-%{version}-filelist - # We could use this for docs I guess - we should standardise this sort of thing #%doc README LICENSE README +echo "%doc LICENSE COPYING README WARRANTY" >> %{name}-%{version}-filelist + + + +%files -f %{name}-%{version}-filelist %clean rm -rf $RPM_BUILD_ROOT @@ -81,7 +84,12 @@ exit 0 exit 0 %changelog -* Tue Mar 23 2020 John Crisp 3.3.0-1.sme +* Mon Mar 29 2021 John Crisp 3.3.1-1.sme +- Fix Warranty [SME: 11500] +- Fix Licence [SME: 11501] +- Remove atalk [SME: 11503] + +* Tue Mar 23 2021 John Crisp 3.3.0-1.sme - New version for Koozali SME v10 [SME: 11024] - incorporated old patches - tidied up some old git files