--- rpms/smeserver-denyhosts/contribs7/smeserver-denyhosts.spec 2008/04/22 19:52:12 1.6 +++ rpms/smeserver-denyhosts/contribs7/smeserver-denyhosts.spec 2008/05/05 19:02:45 1.11 @@ -1,11 +1,11 @@ -# $Id: smeserver-denyhosts.spec,v 1.5 2008/04/22 18:15:19 slords Exp $ +# $Id: smeserver-denyhosts.spec,v 1.10 2008/04/28 23:21:44 slords Exp $ # Authority: unnilennium # Name: Jean-Philippe Pialasse Summary: smeserver-denyhosts %define name smeserver-denyhosts %define version 2.6 -%define release 5 +%define release 9 Name: %{name} Version: %{version} Release: %{release}%{?dist} @@ -13,12 +13,18 @@ License: GPL Group: Applications/System Source: %{name}-%{version}.tgz Patch0: smeserver-denyhosts-2.6-locale-2008-04-22.patch +Patch1: smeserver-denyhosts-2.6-locale-2008-04-23.patch +Patch2: smeserver-denyhosts-2.6-patch2.patch +Patch3: smeserver-denyhosts-2.6-patch3.patch +Patch4: smeserver-denyhosts-2.6-add2general.patch +Patch5: smeserver-denyhosts-2.6-locale-2008-05-05.patch Url: http://smeserver.pialasse.com/ BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArch: noarch BuildRequires: e-smith-devtools >= 1.13.1-03 Requires: smeserver-release >= 7.0 Requires: denyhosts >= 2.6 +Requires: e-smith-formmagick >= 1.4.0-12 %description Integration package to mesh denyhosts with SME Server. @@ -26,6 +32,11 @@ Integration package to mesh denyhosts wi %prep %setup %patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 %build /usr/bin/perl createlinks @@ -46,6 +57,23 @@ rm -rf $RPM_BUILD_ROOT touch /etc/hosts.deny_ssh %changelog +* Mon May 5 2008 Jonathan Martens 2.6-9 +- Apply 5 May 2008 locale patch + +* Sun Apr 27 2008 Jonathan Martens 2.6-8 +- Add common tags to e-smith-formmagick's general +- Fix referrals to the SME Server Bug Tracker + +* Tue Apr 24 2008 JP PIALASSE 2.6-7 +- stop when disable service [SME: 4528] +- adding local + +* Wed Apr 23 2008 JP PIALASSE 2.6-6 +- Added 23 APril 2008 local patch +- changed fragment SMTP_FROM to add domain name +- changed fragment ADMIN_EMAIL +- added some FM in local to translate + * Tue Apr 22 2008 Jonathan Martens 2.6-5 - Added 22 April 2008 locale patch