1 |
# $Id: smeserver-denyhosts.spec,v 1.12 2019/03/25 03:01:05 jpp Exp $ |
# $Id: smeserver-denyhosts.spec,v 1.13 2019/04/04 05:24:14 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 10 |
%define release 11 |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
15 |
Patch0: smeserver-denyhosts-2.9-regexpatch.patch |
Patch0: smeserver-denyhosts-2.9-regexpatch.patch |
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 |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildArch: noarch |
BuildArch: noarch |
21 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
31 |
%patch0 -p1 |
%patch0 -p1 |
32 |
%patch1 -p1 |
%patch1 -p1 |
33 |
%patch2 -p1 |
%patch2 -p1 |
34 |
|
%patch3 -p1 |
35 |
|
|
36 |
%build |
%build |
37 |
/usr/bin/perl createlinks |
/usr/bin/perl createlinks |
52 |
touch /etc/hosts.deny_ssh |
touch /etc/hosts.deny_ssh |
53 |
|
|
54 |
%changelog |
%changelog |
55 |
|
* Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 2.9-11.sme |
56 |
|
- apply locale 2019-12-07 patch |
57 |
|
|
58 |
* Sun Mar 24 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.9-10.sme |
* Sun Mar 24 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.9-10.sme |
59 |
- ease unban [SME: 9458] |
- ease unban [SME: 9458] |
60 |
|
|