--- rpms/smeserver-mailman/contribs10/smeserver-mailman.spec 2021/01/01 10:30:06 1.1 +++ rpms/smeserver-mailman/contribs10/smeserver-mailman.spec 2021/02/22 17:02:30 1.2 @@ -1,4 +1,4 @@ -# $Id: smeserver-mailman.spec,v 1.8 2016/03/09 08:39:06 unnilennium Exp $ +# $Id: smeserver-mailman.spec,v 1.1 2021/01/01 10:30:06 brianr Exp $ # Authority: gordonr # Name: Gordon Rowell @@ -9,7 +9,7 @@ Summary: Mailman configuration for SME s %define name smeserver-mailman Name: %{name} %define version 1.5.0 -%define release 7 +%define release 8 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -32,6 +32,12 @@ Patch1: smeserver-mailman-1.5.0-locale-2 Add Mailman integration to the SME server. %changelog +* Mon Feb 22 2021 JP Pialasse 1.5.0-8.sme +- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, + by assuming the date is correct and changing the weekday. + Thu May 21 2008 --> Thu May 15 2008 or Wed May 21 2008 or Thu May 22 2008 or .... +- allow build on SME10 + * Wed Mar 09 2016 JP Pialasse 1.5.0-7.sme - apply locale 2016-03-09 patch @@ -114,7 +120,8 @@ Add Mailman integration to the SME serve * Fri Jun 27 2008 Jonathan Martens 1.3.6-23 - Apply 27 Jun 2008 locale patch -* Thu May 21 2008 Jonathan Martens 1.3.6-22 +* Wed May 21 2008 Jonathan Martens 1.3.6-22 + Thu May 21 2008 --> Thu May 15 2008 or Wed May 21 2008 or Thu May 22 2008 or .... - Apply 21 May 2008 locale patch - Fixed version number in previous changelog entry @@ -351,7 +358,7 @@ rm -f e-smith-%{version}-filelist #rm -rf $RPM_BUILD_ROOT/usr/lib/mailman/Mailman/MTA/SME.pyo # fixe for unwanted listed compiled python files -cat %{name}-%{version}-filelist |sed '/py[oc]$/d'>%{name}-%{version}-filelist.tmp +cat %{name}-%{version}-filelist |sed -r '/py[oc]"?$/d'>%{name}-%{version}-filelist.tmp cat %{name}-%{version}-filelist.tmp> %{name}-%{version}-filelist #rm -rf %{name}-%{version}-filelist.tmp