From a61ce58a32157d98e56650d2c34d1815fa36d91d Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Wed, 18 Mar 2020 19:58:01 -0500 Subject: [PATCH] Update for Python 3.9. --- fail2ban.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/fail2ban.spec b/fail2ban.spec index 77698e5..0d892ad 100644 --- a/fail2ban.spec +++ b/fail2ban.spec @@ -1,7 +1,8 @@ -Summary: Daemon to ban hosts that cause multiple authentication errors Name: fail2ban Version: 0.11.1 -Release: 4%{?dist} +Release: 5%{?dist} +Summary: Daemon to ban hosts that cause multiple authentication errors + License: GPLv2+ URL: http://fail2ban.sourceforge.net/ Source0: https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -255,7 +256,6 @@ install -m 0644 %{modulename}.pp.bz2 %{buildroot}%{_datadir}/selinux/packages/%{ %python3 bin/fail2ban-testcases --verbosity=2 --no-network - %pre selinux %selinux_relabel_pre -s %{selinuxtype} @@ -366,6 +366,9 @@ fi %changelog +* Thu Mar 19 2020 Richard Shaw - 0.11.1-5 +- Update for Python 3.9. + * Wed Feb 26 2020 Orion Poplawski - 0.11.1-4 - Add SELinux policy