From cc4f0a773da4af30f0e0e3bbbedd2fa0f2301347 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 27 Jan 2022 20:45:23 -0700 Subject: [PATCH] Require /usr/bin/mail instead of mailx --- fail2ban.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fail2ban.spec b/fail2ban.spec index 224a893..79c2608 100644 --- a/fail2ban.spec +++ b/fail2ban.spec @@ -1,6 +1,6 @@ Name: fail2ban Version: 0.11.2 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Daemon to ban hosts that cause multiple authentication errors License: GPLv2+ @@ -162,7 +162,7 @@ This package contains Fail2Ban's testscases and scripts. %package mail Summary: Mail actions for Fail2Ban Requires: %{name}-server = %{version}-%{release} -Requires: mailx +Requires: /usr/bin/mail %description mail This package installs Fail2Ban's mail actions. These are an alternative @@ -407,6 +407,9 @@ fi %changelog +* Fri Jan 28 2022 Orion Poplawski - 0.11.2-11 +- Require /usr/bin/mail instead of mailx + * Thu Jan 20 2022 Fedora Release Engineering - 0.11.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild