# $Id: smeserver-denyhosts.spec,v 1.5 2021/08/21 21:22:08 terryfage Exp $ # Authority: unnilennium # Name: Jean-Philippe Pialasse Summary: smeserver-denyhosts %define name smeserver-denyhosts %define version 2.9 %define release 16 Name: %{name} Version: %{version} Release: %{release}%{?dist} License: GPL Group: Applications/System Source: %{name}-%{version}.tgz Patch0: smeserver-denyhosts-2.9-regexpatch.patch 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 Patch6: smeserver-denyhosts-2.9-bz11804.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. %prep %setup %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 %patch5 -p1 %patch6 -p1 %build /usr/bin/perl createlinks %install /bin/rm -rf $RPM_BUILD_ROOT (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) /bin/rm -f %{name}-%{version}-filelist /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist %files -f %{name}-%{version}-filelist %defattr(-,root,root,-) %clean rm -rf $RPM_BUILD_ROOT %post touch /etc/hosts.deny_ssh %changelog * Thu Dec 09 2021 Jean-Philippe Pialasse 2.9-16.sme - fix log path [SME: 11804] - fix 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] * Sat Dec 07 2019 SME Translation Server 2.9-11.sme - apply locale 2019-12-07 patch * Sun Mar 24 2019 Jean-Philipe Pialasse 2.9-10.sme - 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] * 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] * Sun Mar 29 2015 JP Pialasse 2.9-1.sme - fixed path to perl modules * Mon Jun 16 2014 JP Pialasse 2.8-1.sme - initial import to SME9 contribs * Sun Jul 14 2013 JP Pialasse 2.7-2.sme - apply locale 2013-07-14 patch * Sun Jun 3 2012 JP PIALASSE tests@pialasse.com 2.7-1.sme - Initial version