diff --git a/fail2ban.spec b/fail2ban.spec index 76f5e33..fd7a52f 100644 --- a/fail2ban.spec +++ b/fail2ban.spec @@ -4,7 +4,7 @@ Summary: Ban IPs that make too many password failures Name: fail2ban Version: 0.8.4 -Release: 24%{?dist} +Release: 25%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://fail2ban.sourceforge.net/ @@ -84,6 +84,9 @@ fi %dir %{_localstatedir}/run/fail2ban %changelog +* Wed Aug 11 2010 David Malcolm - 0.8.4-25 +- recompiling .py files against Python 2.7 (rhbz#623295) + * Sun Feb 14 2010 Axel Thimm - 0.8.4-24 - Patch by Jonathan G. Underwood to cloexec another fd leak.