--- rpms/smeserver-denyhosts/contribs10/smeserver-denyhosts.spec 2021/03/15 05:11:59 1.2 +++ rpms/smeserver-denyhosts/contribs10/smeserver-denyhosts.spec 2022/07/30 18:00:24 1.8 @@ -1,11 +1,11 @@ -# $Id: smeserver-denyhosts.spec,v 1.1 2020/10/23 12:01:51 brianr Exp $ +# $Id: smeserver-denyhosts.spec,v 1.7 2022/07/22 05:41:26 jpp Exp $ # Authority: unnilennium # Name: Jean-Philippe Pialasse Summary: smeserver-denyhosts %define name smeserver-denyhosts %define version 2.9 -%define release 12 +%define release 18 Name: %{name} Version: %{version} Release: %{release}%{?dist} @@ -17,6 +17,10 @@ Patch1: smeserver-denyhosts-2.9-bz10076- 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 +Patch6: smeserver-denyhosts-2.9-bz11804.patch +Patch7: smeserver-denyhosts-2.9-bz12003-backup.patch + BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArch: noarch BuildRequires: e-smith-devtools >= 1.13.1-03 @@ -35,6 +39,9 @@ Integration package to mesh denyhosts wi %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 %build /usr/bin/perl createlinks @@ -55,6 +62,23 @@ rm -rf $RPM_BUILD_ROOT touch /etc/hosts.deny_ssh %changelog +* Sat Jul 30 2022 Brian Read 2.9-18.sme +- Re-build and link to latest devtools [SME: 11997] + +* Fri Jul 22 2022 Jean-Philippe Pialasse 2.9-17.sme +- add to core backup [SME: 12003] + +* Thu Dec 09 2021 Jean-Philippe Pialasse 2.9-16.sme +- Re-build and link to latest devtools log path [SME: 11804] +- Re-build and link to latest devtools multiple rpm owner [SME: 11677] + +* 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] @@ -66,14 +90,14 @@ touch /etc/hosts.deny_ssh - ease unban [SME: 9458] * Mon Feb 06 2017 Jean-Philipe Pialasse 2.9-7.sme -- fix removing from whitelist does not remove the desired IP but a random one [SME: 10076] +- Re-build and link to latest devtools removing from whitelist does not remove the desired IP but a random one [SME: 10076] * Mon Mar 30 2015 JP Pialasse 2.9-6.sme -- fixed non working REGEX [SME: 8894] -- fixed should isntall epel version not repoforge [SME: 8892] +- Re-build and link to latest devtoolsed non working REGEX [SME: 8894] +- Re-build and link to latest devtoolsed should isntall epel version not repoforge [SME: 8892] * Sun Mar 29 2015 JP Pialasse 2.9-1.sme -- fixed path to perl modules +- Re-build and link to latest devtoolsed path to perl modules * Mon Jun 16 2014 JP Pialasse 2.8-1.sme - initial import to SME9 contribs