1 |
# $Id: smeserver-ezmlm-web.spec,v 1.1 2022/03/15 18:26:01 jpp Exp $ |
# $Id: smeserver-ezmlm-web.spec,v 1.6 2022/08/01 02:06:22 jpp Exp $ |
2 |
# Authority: gordonr |
# Authority: gordonr |
3 |
# Name: Gordon Rowell |
# Name: Gordon Rowell |
4 |
|
|
6 |
%define name smeserver-ezmlm-web |
%define name smeserver-ezmlm-web |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 1.1.3 |
%define version 1.1.3 |
9 |
%define release 8 |
%define release 13 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
17 |
Patch1: smeserver-ezmlm-web-1.1.3-configurable.patch |
Patch1: smeserver-ezmlm-web-1.1.3-configurable.patch |
18 |
Patch2: smeserver-ezmlm-web-1.1.3-bz10241-security.patch |
Patch2: smeserver-ezmlm-web-1.1.3-bz10241-security.patch |
19 |
Patch3: smeserver-ezmlm-web-1.1.3-bz11288-sme10.patch |
Patch3: smeserver-ezmlm-web-1.1.3-bz11288-sme10.patch |
20 |
|
Patch4: smeserver-ezmlm-web-1.1.3-bz6978-bz9468-bz11910-sme10next.patch |
21 |
|
Patch5: smeserver-ezmlm-web-1.1.3-bz12045-httpd24.patch |
22 |
|
Patch6: smeserver-ezmlm-web-1.1.3-bz12205.patch |
23 |
|
|
24 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
25 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
26 |
Requires: ezmlm-idx >= 7 |
Requires: ezmlm-idx >= 7 |
27 |
Requires: e-smith-release >= 8.0 |
Requires: e-smith-release >= 10.0 |
28 |
Requires: e-smith-email >= 4.4.0 |
Requires: e-smith-email >= 4.4.0 |
29 |
Requires: ezmlm-web |
Requires: ezmlm-web |
30 |
Requires: perl(Mail::Ezmlm) >= 0.07 |
Requires: perl(Mail::Ezmlm) >= 0.07 |
31 |
|
Requires: e-smith-apache >= 2.6.0-19 |
32 |
Obsoletes: e-smith-ezmlm-web |
Obsoletes: e-smith-ezmlm-web |
33 |
Provides: e-smith-ezmlm-web |
Provides: e-smith-ezmlm-web |
34 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
36 |
AutoReqProv: no |
AutoReqProv: no |
37 |
|
|
38 |
%changelog |
%changelog |
39 |
|
* Wed Oct 05 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.1.3-13.sme |
40 |
|
- avoid failure of event if installed from manager [SME: 12205] |
41 |
|
|
42 |
|
* Fri Jul 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.1.3-12.sme |
43 |
|
- update to httpd 2.4 syntax [SME: 12045] |
44 |
|
|
45 |
|
* Sun Mar 20 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.1.3-10.sme |
46 |
|
- fix only subscribers may post [SME: 6978] |
47 |
|
- fix cannot create archive [SME: 9468] |
48 |
|
- add more ml properties in server-manager [SME: 11910] |
49 |
|
|
50 |
|
* Sat Mar 19 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.1.3-9.sme |
51 |
|
- renamed correctly update event [SME: 11288] |
52 |
|
added admin as webuser, owner are default webuser |
53 |
|
|
54 |
* Tue Mar 15 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.1.3-8.sme |
* Tue Mar 15 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.1.3-8.sme |
55 |
- first import in SME10 [SME: 11288] |
- first import in SME10 [SME: 11288] |
56 |
create update event for yum |
create update event for yum |
251 |
%patch1 -p1 |
%patch1 -p1 |
252 |
%patch2 -p1 |
%patch2 -p1 |
253 |
%patch3 -p1 |
%patch3 -p1 |
254 |
|
%patch4 -p1 |
255 |
|
%patch5 -p1 |
256 |
|
%patch6 -p1 |
257 |
|
|
258 |
mkdir -p root/etc/e-smith/web/common |
mkdir -p root/etc/e-smith/web/common |
259 |
cp -f $RPM_SOURCE_DIR/unknown.gif root/etc/e-smith/web/common |
cp -f $RPM_SOURCE_DIR/unknown.gif root/etc/e-smith/web/common |