1 |
# $Id: smeserver-denyhosts.spec,v 1.3 2021/03/15 20:02:05 jpp Exp $ |
# $Id: smeserver-denyhosts.spec,v 1.4 2021/03/15 21:26:42 jpp 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 14 |
%define release 15 |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
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 |
Patch4: smeserver-denyhosts-2.9-sme10Initial.patch |
20 |
|
Patch5: smeserver-denyhosts-2.9-locale-2021-08-21.patch |
21 |
|
|
22 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
23 |
BuildArch: noarch |
BuildArch: noarch |
24 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
37 |
%patch2 -p1 |
%patch2 -p1 |
38 |
%patch3 -p1 |
%patch3 -p1 |
39 |
%patch4 -p1 |
%patch4 -p1 |
40 |
|
%patch5 -p1 |
41 |
|
|
42 |
%build |
%build |
43 |
/usr/bin/perl createlinks |
/usr/bin/perl createlinks |
58 |
touch /etc/hosts.deny_ssh |
touch /etc/hosts.deny_ssh |
59 |
|
|
60 |
%changelog |
%changelog |
61 |
|
* Sun Aug 22 2021 Terry Fage <terry.fage@gmail.com> 2.9-15.sme |
62 |
|
- apply locale 2021-08-21 patch |
63 |
|
|
64 |
* Mon Mar 15 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.9-14.sme |
* Mon Mar 15 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.9-14.sme |
65 |
- change pid file reference [SME: 11254] |
- change pid file reference [SME: 11254] |
66 |
- increase timeout for the service file and restart always |
- increase timeout for the service file and restart always |