From 4918cc13d558fef20673f4b02586076ebee5596f Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mar 09 2016 21:27:16 +0000 Subject: No longer need to add After=firewalld.service (bug #1301910) --- diff --git a/fail2ban.spec b/fail2ban.spec index eace602..c6b9696 100644 --- a/fail2ban.spec +++ b/fail2ban.spec @@ -1,7 +1,7 @@ Summary: Daemon to ban hosts that cause multiple authentication errors Name: fail2ban Version: 0.9.4 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ URL: http://fail2ban.sourceforge.net/ Source0: https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -152,8 +152,6 @@ by default. %patch1 -p1 -b .mysql # Use Fedora paths sed -i -e 's/^before = paths-.*/before = paths-fedora.conf/' config/jail.conf -# Start after firewalld (https://bugzilla.redhat.com/show_bug.cgi?id=1067147) -sed -i -e '/^After=/s/$/ firewalld.service/' files/fail2ban.service 2to3 --write --nobackups . %build @@ -280,6 +278,9 @@ fi %changelog +* Wed Mar 9 2016 Orion Poplawski - 0.9.4-3 +- No longer need to add After=firewalld.service (bug #1301910) + * Wed Mar 9 2016 Orion Poplawski - 0.9.4-2 - Fix mariadb/mysql log handling