--- rpms/smeserver-mailman/contribs10/smeserver-mailman.spec 2022/07/24 01:52:07 1.14 +++ rpms/smeserver-mailman/contribs10/smeserver-mailman.spec 2022/07/30 17:48:40 1.19 @@ -1,4 +1,4 @@ -# $Id: smeserver-mailman.spec,v 1.13 2022/04/12 23:00:39 jpp Exp $ +# $Id: smeserver-mailman.spec,v 1.18 2022/07/30 04:23:49 jpp Exp $ # Authority: gordonr # Name: Gordon Rowell @@ -10,7 +10,7 @@ Summary: Mailman configuration for SME s %define name smeserver-mailman Name: %{name} %define version 1.5.0 -%define release 16 +%define release 18 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -19,14 +19,15 @@ Source: %{name}-%{version}.tar.gz BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch Requires: e-smith-base -Requires: e-smith-release >= 9.0 +Requires: e-smith-release >= 10.0 +Requires: e-smith-apache >= 2.6.0-19 Requires: mailman >= 2.1.9-20.el5.sme Requires: e-smith-formmagick >= 1.4.0-12 BuildRequires: e-smith-devtools >= 1.13.1-03 Obsoletes: e-smith-mailman Provides: e-smith-mailman AutoReqProv: no -Patch0: smeserver-mailman-1.5.0.bz2411.Backup_mailman.patch +#Patch0: smeserver-mailman-1.5.0.bz2411.Backup_mailman.patch Patch1: smeserver-mailman-1.5.0-locale-2016-03-09.patch Patch2: smeserver-mailman-1.5.0-locale-2021-08-22.patch Patch3: smeserver-mailman-1.5.0-bz11278-systemd.patch @@ -35,17 +36,28 @@ Patch5: smeserver-mailman-1.5.0-bz11937. Patch6: smeserver-mailman-1.5.0-bz11941-checkperms.patch Patch7: smeserver-mailman-1.5.0-bz2248-bz2247-enabled-localonly.patch Patch8: smeserver-mailman-1.5.0-locale-2022-07-24.patch +Patch9: smeserver-mailman-1.5.0-bz12015-backup.patch +Patch10: smeserver-mailman-1.5.0-bz12050-24syntax.patch %description Add Mailman integration to the SME server. %changelog +* Sat Jul 30 2022 Brian Read 1.5.0-18.sme +- Re-build and link to latest devtools [SME: 11997] + +* Sat Jul 30 2022 Jean-Philippe Pialasse 1.5.0-17.sme +- update to httpd 2.4 access syntax [SME: 12050] +- rebuild for core backup [SME: 12015] + * Sat Jul 23 2022 Jean-Philippe Pialasse 1.5.0-16.sme - apply locale 2022-07-24.patch -- fix [SME: ] +- add to core backup [SME: 12015] + remove patch only adding to dar in SME 2411 +- already compatible with httpd 2.4 syntax [SME: 12050] * Tue Apr 12 2022 Jean-Philippe Pialasse 1.5.0-15.sme -- fix permissions as expected by mailman [SME: 11941] +- Re-build and link to latest devtools permissions as expected by mailman [SME: 11941] - make mailman enabled on install [SME: 2248] - by default listinfo is public [SME: 2247] - by default admin and archives are private [SME: 2247] @@ -58,17 +70,17 @@ Add Mailman integration to the SME serve - add c wrapper with setuid [SME: 11278] * Sun Apr 10 2022 Jean-Philippe Pialasse 1.5.0-12.sme -- fix missing service start [SME: 11278] +- Re-build and link to latest devtools missing service start [SME: 11278] add update event * Tue Mar 15 2022 Jean-Philippe Pialasse 1.5.0-11.sme -- fix www line should be after apache line in /etc/group [SME: 8056] +- Re-build and link to latest devtools www line should be after apache line in /etc/group [SME: 8056] * Mon Aug 23 2021 Terry Fage 1.5.0-10.sme - apply locale 2021-08-22 patch * Thu Jun 03 2021 Jean-Philippe Pialasse 1.5.0-9.sme -- fix conflicting folders [SME: 11278] +- Re-build and link to latest devtools conflicting folders [SME: 11278] * Mon Feb 22 2021 JP Pialasse 1.5.0-8.sme - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, @@ -94,10 +106,10 @@ Add Mailman integration to the SME serve - Initial release to sme9 * Fri Sep 20 2013 JP Pialasse 1.3.0-45.sme -- fix bug [SME: 7787] +- Re-build and link to latest devtools bug [SME: 7787] * Thu Sep 19 2013 JP Pialasse 1.3.0-44.sme -- fix case sensitive TRUE to true in smeserver-mailman-1.3.0-restarthang.patch +- Re-build and link to latest devtools case sensitive TRUE to true in smeserver-mailman-1.3.0-restarthang.patch - wrong path to actions folder fixed - see [SME: 7845] @@ -105,13 +117,13 @@ Add Mailman integration to the SME serve - apply locale 2013-07-14 patch * Sun Jul 14 2013 JP Pialasse 1.3.0-41.sme -- fix signal-event hang on mailman restart [SME ] +- Re-build and link to latest devtools signal-event hang on mailman restart [SME ] * Mon Jul 01 2013 JP Pialasse 1.3.0-40.sme -- fix expanding pyc pyo [SME: 7730] +- Re-build and link to latest devtools expanding pyc pyo [SME: 7730] * Mon Jul 01 2013 JP Pialasse 1.3.0-38.sme - import to sme8 buildsys -- fix bootstrap hang [SME: 6693] +- Re-build and link to latest devtools bootstrap hang [SME: 6693] * Tue Mar 20 2012 SME Translation Server 1.3.0-37.el6 - apply locale 2012-03-20 patch @@ -335,7 +347,7 @@ Add Mailman integration to the SME serve %prep %setup -%patch0 -p1 +#%patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 @@ -344,6 +356,8 @@ Add Mailman integration to the SME serve %patch6 -p1 %patch7 -p1 %patch8 -p1 +%patch9 -p1 +%patch10 -p1 #/bin/rm -r root/opt/mailman