From bc30e2b939e7b2e5f6310f3088f5fbe56a2a20f7 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mon, 20 Jan 2020 21:03:06 -0700 Subject: [PATCH] Move action.d/mail-whois-common.conf into fail2ban-server --- fail2ban.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/fail2ban.spec b/fail2ban.spec index 8f3669b..e879428 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.10.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: http://fail2ban.sourceforge.net/ Source0: https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -265,7 +265,10 @@ fi %config(noreplace) %{_sysconfdir}/fail2ban %exclude %{_sysconfdir}/fail2ban/action.d/complain.conf %exclude %{_sysconfdir}/fail2ban/action.d/hostsdeny.conf -%exclude %{_sysconfdir}/fail2ban/action.d/mail-*.conf +%exclude %{_sysconfdir}/fail2ban/action.d/mail.conf +%exclude %{_sysconfdir}/fail2ban/action.d/mail-buffered.conf +%exclude %{_sysconfdir}/fail2ban/action.d/mail-whois.conf +%exclude %{_sysconfdir}/fail2ban/action.d/mail-whois-lines.conf %exclude %{_sysconfdir}/fail2ban/action.d/sendmail-*.conf %exclude %{_sysconfdir}/fail2ban/action.d/shorewall.conf %exclude %{_sysconfdir}/fail2ban/jail.d/*.conf @@ -290,7 +293,10 @@ fi %files mail %config(noreplace) %{_sysconfdir}/fail2ban/action.d/complain.conf -%config(noreplace) %{_sysconfdir}/fail2ban/action.d/mail-*.conf +%config(noreplace) %{_sysconfdir}/fail2ban/action.d/mail.conf +%config(noreplace) %{_sysconfdir}/fail2ban/action.d/mail-buffered.conf +%config(noreplace) %{_sysconfdir}/fail2ban/action.d/mail-whois.conf +%config(noreplace) %{_sysconfdir}/fail2ban/action.d/mail-whois-lines.conf %files sendmail %config(noreplace) %{_sysconfdir}/fail2ban/action.d/sendmail-*.conf @@ -303,6 +309,9 @@ fi %changelog +* Tue Jan 21 2020 Orion Poplawski - 0.10.5-2 +- Move action.d/mail-whois-common.conf into fail2ban-server + * Tue Jan 14 2020 Orion Poplawski - 0.10.5-1 - Update to 0.10.5