--- rpms/smeserver-denyhosts/contribs10/smeserver-denyhosts.spec 2020/10/23 12:01:51 1.1 +++ rpms/smeserver-denyhosts/contribs10/smeserver-denyhosts.spec 2021/08/21 21:22:08 1.5 @@ -1,11 +1,11 @@ -# $Id: smeserver-denyhosts.spec,v 1.14 2019/12/07 04:04:07 jpp Exp $ +# $Id: smeserver-denyhosts.spec,v 1.4 2021/03/15 21:26:42 jpp Exp $ # Authority: unnilennium # Name: Jean-Philippe Pialasse Summary: smeserver-denyhosts %define name smeserver-denyhosts %define version 2.9 -%define release 11 +%define release 15 Name: %{name} Version: %{version} Release: %{release}%{?dist} @@ -16,12 +16,16 @@ Patch0: smeserver-denyhosts-2.9-regexpat Patch1: smeserver-denyhosts-2.9-bz10076-wrongIPremovedfromWL.patch Patch2: smeserver-denyhosts-2.9-bz9458-ease_to_deban.patch Patch3: smeserver-denyhosts-2.9-locale-2019-12-07.patch +Patch4: smeserver-denyhosts-2.9-sme10Initial.patch +Patch5: smeserver-denyhosts-2.9-locale-2021-08-21.patch + BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArch: noarch BuildRequires: e-smith-devtools >= 1.13.1-03 Requires: smeserver-release >= 8.0 Requires: denyhosts >= 2.6-20 Requires: e-smith-formmagick >= 1.4.0-12 +Requires: e-smith-openssh >= 2.6.0-4 %description Integration package to mesh denyhosts with SME Server. @@ -32,6 +36,8 @@ Integration package to mesh denyhosts wi %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 +%patch5 -p1 %build /usr/bin/perl createlinks @@ -52,6 +58,17 @@ rm -rf $RPM_BUILD_ROOT touch /etc/hosts.deny_ssh %changelog +* Sun Aug 22 2021 Terry Fage 2.9-15.sme +- apply locale 2021-08-21 patch + +* Mon Mar 15 2021 Jean-Philippe Pialasse 2.9-14.sme +- change pid file reference [SME: 11254] +- increase timeout for the service file and restart always + +* Mon Mar 15 2021 Jean-Philippe Pialasse 2.9-12.sme +- import to SME10 [SME: 11459] +- remove template-custom as integrated in core [SME: 11254] + * Sat Dec 07 2019 SME Translation Server 2.9-11.sme - apply locale 2019-12-07 patch