1 |
# $Id: smeserver-denyhosts.spec,v 1.14 2019/12/07 04:04:07 jpp Exp $ |
# $Id: smeserver-denyhosts.spec,v 1.1 2020/10/23 12:01:51 brianr Exp $ |
2 |
# Authority: unnilennium |
# Authority: unnilennium |
3 |
# Name: Jean-Philippe Pialasse |
# Name: Jean-Philippe Pialasse |
4 |
|
|
5 |
Summary: smeserver-denyhosts |
Summary: smeserver-denyhosts |
6 |
%define name smeserver-denyhosts |
%define name smeserver-denyhosts |
7 |
%define version 2.9 |
%define version 2.9 |
8 |
%define release 11 |
%define release 12 |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
16 |
Patch1: smeserver-denyhosts-2.9-bz10076-wrongIPremovedfromWL.patch |
Patch1: smeserver-denyhosts-2.9-bz10076-wrongIPremovedfromWL.patch |
17 |
Patch2: smeserver-denyhosts-2.9-bz9458-ease_to_deban.patch |
Patch2: smeserver-denyhosts-2.9-bz9458-ease_to_deban.patch |
18 |
Patch3: smeserver-denyhosts-2.9-locale-2019-12-07.patch |
Patch3: smeserver-denyhosts-2.9-locale-2019-12-07.patch |
19 |
|
Patch4: smeserver-denyhosts-2.9-sme10Initial.patch |
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildArch: noarch |
BuildArch: noarch |
22 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
23 |
Requires: smeserver-release >= 8.0 |
Requires: smeserver-release >= 8.0 |
24 |
Requires: denyhosts >= 2.6-20 |
Requires: denyhosts >= 2.6-20 |
25 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
26 |
|
Requires: e-smith-openssh >= 2.6.0-4 |
27 |
|
|
28 |
%description |
%description |
29 |
Integration package to mesh denyhosts with SME Server. |
Integration package to mesh denyhosts with SME Server. |
34 |
%patch1 -p1 |
%patch1 -p1 |
35 |
%patch2 -p1 |
%patch2 -p1 |
36 |
%patch3 -p1 |
%patch3 -p1 |
37 |
|
%patch4 -p1 |
38 |
|
|
39 |
%build |
%build |
40 |
/usr/bin/perl createlinks |
/usr/bin/perl createlinks |
55 |
touch /etc/hosts.deny_ssh |
touch /etc/hosts.deny_ssh |
56 |
|
|
57 |
%changelog |
%changelog |
58 |
|
* Mon Mar 15 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.9-12.sme |
59 |
|
- import to SME10 [SME: 11459] |
60 |
|
- remove template-custom as integrated in core [SME: 11254] |
61 |
|
|
62 |
* Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 2.9-11.sme |
* Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 2.9-11.sme |
63 |
- apply locale 2019-12-07 patch |
- apply locale 2019-12-07 patch |
64 |
|
|