--- rpms/smeserver-fetchmail/contribs10/smeserver-fetchmail.spec 2021/10/12 11:01:18 1.6 +++ 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.5 2021/08/22 04:20:19 terryfage 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 20 +%define release 24 %define smepanel FetchMails Version: %{version} Release: %{release}%{?dist} @@ -25,6 +25,10 @@ Patch8: smeserver-fetchmail-1.6-Switch-s 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 @@ -40,6 +44,21 @@ 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] @@ -128,6 +147,11 @@ sme server enhancement to make fetchmail %patch9 -p1 %patch10 -p1 %patch11 -p1 +%patch12 -p1 +%patch13 -p1 +%patch14 -p1 +mkdir -p root/var/lib/fetchmail +%patch15 -p1 %build perl createlinks @@ -137,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