/[smecontribs]/rpms/smeserver-mailman/contribs10/smeserver-mailman.spec
ViewVC logotype

Diff of /rpms/smeserver-mailman/contribs10/smeserver-mailman.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.13 by jpp, Tue Apr 12 23:00:39 2022 UTC Revision 1.19 by brianr, Sat Jul 30 17:48:40 2022 UTC
# Line 1  Line 1 
1  # $Id: smeserver-mailman.spec,v 1.12 2022/04/12 21:12:41 jpp Exp $  # $Id: smeserver-mailman.spec,v 1.18 2022/07/30 04:23:49 jpp Exp $
2  # Authority: gordonr  # Authority: gordonr
3  # Name: Gordon Rowell  # Name: Gordon Rowell
4    
# Line 10  Summary: Mailman configuration for SME s Line 10  Summary: Mailman configuration for SME s
10  %define name smeserver-mailman  %define name smeserver-mailman
11  Name: %{name}  Name: %{name}
12  %define version 1.5.0  %define version 1.5.0
13  %define release 15  %define release 18
14  Version: %{version}  Version: %{version}
15  Release: %{release}%{?dist}  Release: %{release}%{?dist}
16  License: GPL  License: GPL
# Line 19  Source: %{name}-%{version}.tar.gz Line 19  Source: %{name}-%{version}.tar.gz
19  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
20  BuildArchitectures: noarch  BuildArchitectures: noarch
21  Requires: e-smith-base  Requires: e-smith-base
22  Requires: e-smith-release >= 9.0  Requires: e-smith-release >= 10.0
23    Requires: e-smith-apache >= 2.6.0-19
24  Requires: mailman >= 2.1.9-20.el5.sme  Requires: mailman >= 2.1.9-20.el5.sme
25  Requires: e-smith-formmagick >= 1.4.0-12  Requires: e-smith-formmagick >= 1.4.0-12
26  BuildRequires: e-smith-devtools >= 1.13.1-03  BuildRequires: e-smith-devtools >= 1.13.1-03
27  Obsoletes: e-smith-mailman  Obsoletes: e-smith-mailman
28  Provides: e-smith-mailman  Provides: e-smith-mailman
29  AutoReqProv: no  AutoReqProv: no
30  Patch0: smeserver-mailman-1.5.0.bz2411.Backup_mailman.patch  #Patch0: smeserver-mailman-1.5.0.bz2411.Backup_mailman.patch
31  Patch1: smeserver-mailman-1.5.0-locale-2016-03-09.patch  Patch1: smeserver-mailman-1.5.0-locale-2016-03-09.patch
32  Patch2: smeserver-mailman-1.5.0-locale-2021-08-22.patch  Patch2: smeserver-mailman-1.5.0-locale-2021-08-22.patch
33  Patch3: smeserver-mailman-1.5.0-bz11278-systemd.patch  Patch3: smeserver-mailman-1.5.0-bz11278-systemd.patch
# Line 34  Patch4: smeserver-mailman-1.5.0-bz11278- Line 35  Patch4: smeserver-mailman-1.5.0-bz11278-
35  Patch5: smeserver-mailman-1.5.0-bz11937.patch  Patch5: smeserver-mailman-1.5.0-bz11937.patch
36  Patch6: smeserver-mailman-1.5.0-bz11941-checkperms.patch  Patch6: smeserver-mailman-1.5.0-bz11941-checkperms.patch
37  Patch7: smeserver-mailman-1.5.0-bz2248-bz2247-enabled-localonly.patch  Patch7: smeserver-mailman-1.5.0-bz2248-bz2247-enabled-localonly.patch
38    Patch8: smeserver-mailman-1.5.0-locale-2022-07-24.patch
39    Patch9: smeserver-mailman-1.5.0-bz12015-backup.patch
40    Patch10: smeserver-mailman-1.5.0-bz12050-24syntax.patch
41    
42  %description  %description
43  Add Mailman integration to the SME server.  Add Mailman integration to the SME server.
44    
45  %changelog  %changelog
46    * Sat Jul 30 2022 Brian Read <brianr@bjsystems.co.uk> 1.5.0-18.sme
47    - Re-build and link to latest devtools [SME: 11997]
48    
49    * Sat Jul 30 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-17.sme
50    - update to httpd 2.4 access syntax [SME: 12050]
51    - rebuild for core backup [SME: 12015]
52    
53    * Sat Jul 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-16.sme
54    - apply locale 2022-07-24.patch
55    - add to core backup [SME: 12015]
56      remove patch only adding to dar in SME 2411
57    - already compatible with httpd 2.4 syntax [SME: 12050]
58    
59  * Tue Apr 12 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-15.sme  * Tue Apr 12 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-15.sme
60  - fix permissions as expected by mailman [SME: 11941]  - Re-build and link to latest devtools permissions as expected by mailman [SME: 11941]
61  - make mailman enabled on install [SME: 2248]  - make mailman enabled on install [SME: 2248]
62  - by default listinfo is public [SME: 2247]  - by default listinfo is public [SME: 2247]
63  - by default admin and archives are private [SME: 2247]  - by default admin and archives are private [SME: 2247]
# Line 53  Add Mailman integration to the SME serve Line 70  Add Mailman integration to the SME serve
70  - add c wrapper with setuid [SME: 11278]  - add c wrapper with setuid [SME: 11278]
71    
72  * Sun Apr 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-12.sme  * Sun Apr 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-12.sme
73  - fix missing service start [SME: 11278]  - Re-build and link to latest devtools missing service start [SME: 11278]
74    add update event    add update event
75    
76  * Tue Mar 15 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-11.sme  * Tue Mar 15 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-11.sme
77  - 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]
78    
79  * Mon Aug 23 2021 Terry Fage <terry.fage@gmail.com> 1.5.0-10.sme  * Mon Aug 23 2021 Terry Fage <terry.fage@gmail.com> 1.5.0-10.sme
80  - apply locale 2021-08-22 patch  - apply locale 2021-08-22 patch
81    
82  * Thu Jun 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-9.sme  * Thu Jun 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-9.sme
83  - fix conflicting folders [SME: 11278]  - Re-build and link to latest devtools conflicting folders [SME: 11278]
84    
85  * Mon Feb 22 2021 JP Pialasse <tests@pialasse.com> 1.5.0-8.sme  * Mon Feb 22 2021 JP Pialasse <tests@pialasse.com> 1.5.0-8.sme
86  - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,  - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
# Line 89  Add Mailman integration to the SME serve Line 106  Add Mailman integration to the SME serve
106  - Initial release to sme9  - Initial release to sme9
107    
108  * Fri Sep 20 2013 JP Pialasse <tests@pialasse.com> 1.3.0-45.sme  * Fri Sep 20 2013 JP Pialasse <tests@pialasse.com> 1.3.0-45.sme
109  - fix bug [SME: 7787]  - Re-build and link to latest devtools bug [SME: 7787]
110    
111  * Thu Sep 19 2013 JP Pialasse <tests@pialasse.com> 1.3.0-44.sme  * Thu Sep 19 2013 JP Pialasse <tests@pialasse.com> 1.3.0-44.sme
112  - 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
113  - wrong path to actions folder fixed  - wrong path to actions folder fixed
114  - see [SME: 7845]  - see [SME: 7845]
115    
# Line 100  Add Mailman integration to the SME serve Line 117  Add Mailman integration to the SME serve
117  - apply locale 2013-07-14 patch  - apply locale 2013-07-14 patch
118    
119  * Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.3.0-41.sme  * Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.3.0-41.sme
120  - fix signal-event hang on mailman restart [SME ]  - Re-build and link to latest devtools signal-event hang on mailman restart [SME ]
121  * Mon Jul 01 2013 JP Pialasse <tests@pialasse.com> 1.3.0-40.sme  * Mon Jul 01 2013 JP Pialasse <tests@pialasse.com> 1.3.0-40.sme
122  - fix expanding pyc pyo [SME: 7730]  - Re-build and link to latest devtools expanding pyc pyo [SME: 7730]
123    
124  * Mon Jul 01 2013 JP Pialasse <tests@pialasse.com> 1.3.0-38.sme  * Mon Jul 01 2013 JP Pialasse <tests@pialasse.com> 1.3.0-38.sme
125  - import to sme8 buildsys  - import to sme8 buildsys
126  - fix bootstrap hang [SME: 6693]  - Re-build and link to latest devtools bootstrap hang [SME: 6693]
127    
128  * Tue Mar 20 2012 SME Translation Server <translations@contribs.org> 1.3.0-37.el6  * Tue Mar 20 2012 SME Translation Server <translations@contribs.org> 1.3.0-37.el6
129  - apply locale 2012-03-20 patch  - apply locale 2012-03-20 patch
# Line 330  Add Mailman integration to the SME serve Line 347  Add Mailman integration to the SME serve
347    
348  %prep  %prep
349  %setup  %setup
350  %patch0 -p1  #%patch0 -p1
351  %patch1 -p1  %patch1 -p1
352  %patch2 -p1  %patch2 -p1
353  %patch3 -p1  %patch3 -p1
# Line 338  Add Mailman integration to the SME serve Line 355  Add Mailman integration to the SME serve
355  %patch5 -p1  %patch5 -p1
356  %patch6 -p1  %patch6 -p1
357  %patch7 -p1  %patch7 -p1
358    %patch8 -p1
359    %patch9 -p1
360    %patch10 -p1
361    
362  #/bin/rm -r root/opt/mailman  #/bin/rm -r root/opt/mailman
363    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed