1 |
# $Id: smeserver-xinetd.spec,v 1.4 2018/11/30 11:49:22 jcrisp Exp $ |
# $Id: smeserver-xinetd.spec,v 1.1 2021/02/24 01:45:35 jpp Exp $ |
2 |
# Authority: dungog |
# Authority: dungog |
3 |
# Name: Stephen Noble |
# Name: Stephen Noble |
4 |
|
|
5 |
%define name smeserver-xinetd |
%define name smeserver-xinetd |
6 |
%define version 0.3 |
%define version 0.3 |
7 |
%define release 4 |
%define release 5 |
8 |
Summary: Set up xinetd for services. |
Summary: Set up xinetd for services. |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
15 |
Patch0: smeserver-xinetd-0.3-bz7832.allowdir.patch |
Patch0: smeserver-xinetd-0.3-bz7832.allowdir.patch |
16 |
Patch1: smeserver-xinetd-0.3-bz7832.new_template.patch |
Patch1: smeserver-xinetd-0.3-bz7832.new_template.patch |
17 |
Patch2: smeserver-xinetd-0.3-bz7832.smtp.patch |
Patch2: smeserver-xinetd-0.3-bz7832.smtp.patch |
18 |
|
Patch3: smeserver-xinetd-0.3-bz11387-systemd-update.patch |
19 |
|
|
20 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
29 |
Integration package to enable xinetd on SME Server. |
Integration package to enable xinetd on SME Server. |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Tue Feb 23 2021 Jean-Philipe Pialasse <tests@pialasse.com> 0.3-5.sme |
33 |
|
- import for SME10 [SME: 11387] |
34 |
|
systemd compliant |
35 |
|
update event |
36 |
|
|
37 |
* Fri Nov 30 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.3-4.sme |
* Fri Nov 30 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.3-4.sme |
38 |
- Add configuration for smtp [SME: 10512] |
- Add configuration for smtp [SME: 10512] |
39 |
|
|
55 |
%patch0 -p1 |
%patch0 -p1 |
56 |
%patch1 -p1 |
%patch1 -p1 |
57 |
%patch2 -p1 |
%patch2 -p1 |
58 |
|
%patch3 -p1 |
59 |
|
|
60 |
%build |
%build |
61 |
perl createlinks |
perl createlinks |