--- rpms/smeserver-denyhosts/contribs7/smeserver-denyhosts.spec 2009/01/31 07:44:45 1.19 +++ rpms/smeserver-denyhosts/contribs7/smeserver-denyhosts.spec 2009/03/01 19:23:48 1.21 @@ -1,11 +1,11 @@ -# $Id: smeserver-denyhosts.spec,v 1.18 2008/11/25 16:20:21 slords Exp $ +# $Id: smeserver-denyhosts.spec,v 1.20 2009/02/16 20:32:12 snetram Exp $ # Authority: unnilennium # Name: Jean-Philippe Pialasse Summary: smeserver-denyhosts %define name smeserver-denyhosts %define version 2.6 -%define release 15 +%define release 17 Name: %{name} Version: %{version} Release: %{release}%{?dist} @@ -24,6 +24,8 @@ Patch8: smeserver-denyho Patch9: smeserver-denyhosts-2.6-locale-2008-10-15.patch Patch10: smeserver-denyhosts-2.6-locale-2008-11-05.patch Patch11: smeserver-denyhosts-2.6-locale-2009-01-31.patch +Patch12: smeserver-denyhosts-2.6-fixTypo.patch +Patch13: smeserver-denyhosts-2.6-locale-2009-03-01.patch Url: http://smeserver.pialasse.com/ BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArch: noarch @@ -49,6 +51,8 @@ Integration package to mesh denyhosts wi %patch9 -p1 %patch10 -p1 %patch11 -p1 +%patch12 -p1 +%patch13 -p1 %build /usr/bin/perl createlinks @@ -69,6 +73,12 @@ rm -rf $RPM_BUILD_ROOT touch /etc/hosts.deny_ssh %changelog +* Sun Mar 1 2009 Jonathan Martens 2.6-17 +- Apply 1 Mar 2009 locale patch [SME: 5018] + +* Mon Feb 16 2009 Jonathan Martens 2.6-16 +- Fix typo in en-us locale [SME: 4932] + * Sat Jan 31 2009 Jonathan Martens 2.6-15 - Apply 31 Jan 2009 locale patch [SME: 4951]