From 0477d14caff5cf67b7035eaeb14940c3fc31f136 Mon Sep 17 00:00:00 2001 From: Marcin Banasiak Date: Wed, 20 Dec 2006 18:24:30 +0000 Subject: [PATCH] - up to 2.6 - package .egg-info for python 2.5 Changed files: DenyHosts.spec -> 1.23 --- DenyHosts.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/DenyHosts.spec b/DenyHosts.spec index 0e39047..bba5ca5 100644 --- a/DenyHosts.spec +++ b/DenyHosts.spec @@ -1,17 +1,17 @@ Summary: Script to help thwart SSH server attacks Summary(pl): Skrypt do blokowania ataków na serwery SSH Name: DenyHosts -Version: 2.5 -Release: 2 +Version: 2.6 +Release: 1 License: GPL v2 Group: Applications/System Source0: http://dl.sourceforge.net/denyhosts/%{name}-%{version}.tar.gz -# Source0-md5: b33f0cdae6448ae559c5f22dbffe59f2 +# Source0-md5: fc2365305a9402886a2b0173d1beb7df Source1: %{name}.cron Source2: %{name}.cfg Source3: %{name}.init URL: http://www.denyhosts.net/ -BuildRequires: python-devel +BuildRequires: python-devel >= 1:2.5 BuildRequires: python-modules BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.268 @@ -85,5 +85,6 @@ fi %attr(754,root,root) /etc/rc.d/init.d/%{name} %dir /var/lib/%{name} %config(noreplace) %verify(not md5 mtime size) /var/lib/%{name}/allowed-hosts +%{py_sitescriptdir}/DenyHosts-*.egg-info %dir %{py_sitescriptdir}/%{name} %{py_sitescriptdir}/%{name}/*.py[co] -- 2.43.0