--- rpms/smeserver-fetchmail/contribs10/smeserver-fetchmail.spec 2021/08/22 04:20:19 1.5 +++ rpms/smeserver-fetchmail/contribs10/smeserver-fetchmail.spec 2022/07/28 15:21:51 1.11 @@ -1,4 +1,4 @@ -# $Id: smeserver-fetchmail.spec,v 1.4 2021/03/26 12:34:27 brianr Exp $ +# $Id: smeserver-fetchmail.spec,v 1.10 2022/07/28 15:13:34 jpp Exp $ # Authority: unnilennium # Name: Jean-Philippe Pialasse @@ -6,7 +6,7 @@ Summary: sme module to generate fetchmai %define name smeserver-fetchmail Name: %{name} %define version 1.6 -%define release 19 +%define release 24 %define smepanel FetchMails Version: %{version} Release: %{release}%{?dist} @@ -24,6 +24,11 @@ Patch7: smeserver-fetchmail-1.6-locale-2 Patch8: smeserver-fetchmail-1.6-Switch-smptd-to-qpsmtpd-in-panel-perl.patch Patch9: smeserver-fetchmail-1.6-Add-Update-event-to-createlinks.patch Patch10: smeserver-fetchmail-1.6-locale-2021-08-22.patch +Patch11: smeserver-fetchmail-1.6-bz10538-force_spamcheck_fix.patch +Patch12: smeserver-fetchmail-1.6-bz10289-force_spamcheck_revert.patch +Patch13: smeserver-fetchmail-1.6-bz11058-fixpanel.patch +Patch14: smeserver-fetchmail-1.6-locale-2022-07-22.patch +Patch15: smeserver-fetchmail-1.6-bz11979-ids.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -39,6 +44,24 @@ Obsoletes: smeserver-fetchmail-utf8 AutoReqProv: no %changelog +* Thu Jul 28 2022 Jean-Philippe Pialasse 1.6-24.sme +- fix fetchmail restart downloading all emails after reboot [SME: 11979] + thanks to Stefano Zamboni for debuging and original fix. + +* Fri Jul 22 2022 Jean-Philippe Pialasse 1.6-23.sme +- apply locale patch 2022-07-22 + +* Wed Nov 17 2021 Jean-Philippe Pialasse 1.6-22.sme +- fix panel [SME: 11058] + removed SMTP proxy and blocking option and redirect to Proxy panel + TODO: module cleanup and cleanup of unused properties + +* Thu Oct 21 2021 Terry Fage 1.6-21.sme +- fix template 60fetchmail force spamcheck [SME: 10289] + +* Tue Oct 12 2021 Terry Fage 1.6-20.sme +- fix template 60fetchmail force spamcheck [SME: 10538] + * Sun Aug 22 2021 Terry Fage 1.6-19.sme - apply locale 2021-08-22 patch @@ -123,6 +146,12 @@ sme server enhancement to make fetchmail %patch8 -p1 %patch9 -p1 %patch10 -p1 +%patch11 -p1 +%patch12 -p1 +%patch13 -p1 +%patch14 -p1 +mkdir -p root/var/lib/fetchmail +%patch15 -p1 %build perl createlinks @@ -132,7 +161,9 @@ echo "%{version}-%{release}" >root/etc/e rm -rf $RPM_BUILD_ROOT (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) rm -f %{name}-%{version}-filelist -/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist +/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ + --dir /var/lib/fetchmail 'attr(0750,qmailr,qmail)' \ + > %{name}-%{version}-filelist echo "%doc COPYING" >> %{name}-%{version}-filelist %clean