1 |
# $Id: smeserver-mailman.spec,v 1.12 2022/04/12 21:12:41 jpp Exp $ |
# $Id: smeserver-mailman.spec,v 1.13 2022/04/12 23:00:39 jpp Exp $ |
2 |
# Authority: gordonr |
# Authority: gordonr |
3 |
# Name: Gordon Rowell |
# Name: Gordon Rowell |
4 |
|
|
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 16 |
14 |
Version: %{version} |
Version: %{version} |
15 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
16 |
License: GPL |
License: GPL |
34 |
Patch5: smeserver-mailman-1.5.0-bz11937.patch |
Patch5: smeserver-mailman-1.5.0-bz11937.patch |
35 |
Patch6: smeserver-mailman-1.5.0-bz11941-checkperms.patch |
Patch6: smeserver-mailman-1.5.0-bz11941-checkperms.patch |
36 |
Patch7: smeserver-mailman-1.5.0-bz2248-bz2247-enabled-localonly.patch |
Patch7: smeserver-mailman-1.5.0-bz2248-bz2247-enabled-localonly.patch |
37 |
|
Patch8: smeserver-mailman-1.5.0-locale-2022-07-24.patch |
38 |
|
|
39 |
%description |
%description |
40 |
Add Mailman integration to the SME server. |
Add Mailman integration to the SME server. |
41 |
|
|
42 |
%changelog |
%changelog |
43 |
|
* Sat Jul 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-16.sme |
44 |
|
- apply locale 2022-07-24.patch |
45 |
|
- fix [SME: ] |
46 |
|
|
47 |
* 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 |
48 |
- fix permissions as expected by mailman [SME: 11941] |
- fix permissions as expected by mailman [SME: 11941] |
49 |
- make mailman enabled on install [SME: 2248] |
- make mailman enabled on install [SME: 2248] |
343 |
%patch5 -p1 |
%patch5 -p1 |
344 |
%patch6 -p1 |
%patch6 -p1 |
345 |
%patch7 -p1 |
%patch7 -p1 |
346 |
|
%patch8 -p1 |
347 |
|
|
348 |
#/bin/rm -r root/opt/mailman |
#/bin/rm -r root/opt/mailman |
349 |
|
|