/[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.16 by jpp, Sun Jul 24 02:08:18 2022 UTC Revision 1.21 by jpp, Fri Nov 11 16:04:52 2022 UTC
# Line 1  Line 1 
1  # $Id: smeserver-mailman.spec,v 1.15 2022/07/24 02:03:37 jpp Exp $  # $Id: smeserver-mailman.spec,v 1.20 2022/11/11 15:54:29 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 16  %define release 20
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
# Line 36  Patch6: smeserver-mailman-1.5.0-bz11941- Line 37  Patch6: smeserver-mailman-1.5.0-bz11941-
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  Patch8: smeserver-mailman-1.5.0-locale-2022-07-24.patch
39  Patch9: smeserver-mailman-1.5.0-bz12015-backup.patch  Patch9: smeserver-mailman-1.5.0-bz12015-backup.patch
40    Patch10: smeserver-mailman-1.5.0-bz12050-24syntax.patch
41    Patch11: smeserver-mailman-1.5.0-locale-2022-11-11.patch
42    
43  %description  %description
44  Add Mailman integration to the SME server.  Add Mailman integration to the SME server.
45    
46  %changelog  %changelog
47    * Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-20.sme
48    - apply locale 2022-11-11 patch
49    
50    * Sat Jul 30 2022 Brian Read <brianr@bjsystems.co.uk> 1.5.0-18.sme
51    - Re-build and link to latest devtools [SME: 11997]
52    
53    * Sat Jul 30 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-17.sme
54    - update to httpd 2.4 access syntax [SME: 12050]
55    - rebuild for core backup [SME: 12015]
56    
57  * Sat Jul 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-16.sme  * Sat Jul 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-16.sme
58  - apply locale 2022-07-24.patch  - apply locale 2022-07-24.patch
59  - add to core backup [SME: 12015]  - add to core backup [SME: 12015]
60    remove patch only adding to dar in SME 2411    remove patch only adding to dar in SME 2411
61  - fix [SME: ]  - already compatible with httpd 2.4 syntax [SME: 12050]
62    
63  * 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
64  - fix permissions as expected by mailman [SME: 11941]  - Re-build and link to latest devtools permissions as expected by mailman [SME: 11941]
65  - make mailman enabled on install [SME: 2248]  - make mailman enabled on install [SME: 2248]
66  - by default listinfo is public [SME: 2247]  - by default listinfo is public [SME: 2247]
67  - by default admin and archives are private [SME: 2247]  - by default admin and archives are private [SME: 2247]
# Line 61  Add Mailman integration to the SME serve Line 74  Add Mailman integration to the SME serve
74  - add c wrapper with setuid [SME: 11278]  - add c wrapper with setuid [SME: 11278]
75    
76  * 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
77  - fix missing service start [SME: 11278]  - Re-build and link to latest devtools missing service start [SME: 11278]
78    add update event    add update event
79    
80  * 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
81  - 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]
82    
83  * 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
84  - apply locale 2021-08-22 patch  - apply locale 2021-08-22 patch
85    
86  * 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
87  - fix conflicting folders [SME: 11278]  - Re-build and link to latest devtools conflicting folders [SME: 11278]
88    
89  * 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
90  - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,  - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
# Line 97  Add Mailman integration to the SME serve Line 110  Add Mailman integration to the SME serve
110  - Initial release to sme9  - Initial release to sme9
111    
112  * 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
113  - fix bug [SME: 7787]  - Re-build and link to latest devtools bug [SME: 7787]
114    
115  * 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
116  - 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
117  - wrong path to actions folder fixed  - wrong path to actions folder fixed
118  - see [SME: 7845]  - see [SME: 7845]
119    
# Line 108  Add Mailman integration to the SME serve Line 121  Add Mailman integration to the SME serve
121  - apply locale 2013-07-14 patch  - apply locale 2013-07-14 patch
122    
123  * 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
124  - fix signal-event hang on mailman restart [SME ]  - Re-build and link to latest devtools signal-event hang on mailman restart [SME ]
125  * 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
126  - fix expanding pyc pyo [SME: 7730]  - Re-build and link to latest devtools expanding pyc pyo [SME: 7730]
127    
128  * 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
129  - import to sme8 buildsys  - import to sme8 buildsys
130  - fix bootstrap hang [SME: 6693]  - Re-build and link to latest devtools bootstrap hang [SME: 6693]
131    
132  * 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
133  - apply locale 2012-03-20 patch  - apply locale 2012-03-20 patch
# Line 348  Add Mailman integration to the SME serve Line 361  Add Mailman integration to the SME serve
361  %patch7 -p1  %patch7 -p1
362  %patch8 -p1  %patch8 -p1
363  %patch9 -p1  %patch9 -p1
364    %patch10 -p1
365    %patch11 -p1
366    
367  #/bin/rm -r root/opt/mailman  #/bin/rm -r root/opt/mailman
368    


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