From 7b1980d50fa14ae114af7d36dc8a9a4b33500b8e Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Mon, 27 Jul 2020 20:44:30 -0500 Subject: [PATCH] Fix python2 requires for EPEL 7. --- fail2ban.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fail2ban.spec b/fail2ban.spec index 5e48fe0..d6df97f 100644 --- a/fail2ban.spec +++ b/fail2ban.spec @@ -1,6 +1,6 @@ Name: fail2ban Version: 0.11.1 -Release: 9%{?dist} +Release: 9%{?dist}.1 Summary: Daemon to ban hosts that cause multiple authentication errors License: GPLv2+ @@ -390,6 +390,9 @@ fi %changelog +* Tue Jul 28 2020 Richard Shaw - 0.11.1-9.1 +- Fix python2 requires for EPEL 7. + * Mon Jul 27 2020 Richard Shaw - 0.11.1-9 - Add conditonals back for EL 7 as it's being brought up to date. - Add patch to deal with nftables not accepting ":" as a port separator.