From ed39c40e98de3da6ac584f8dfb037107e477ee10 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 20 Mar 2014 13:30:25 -0600 Subject: [PATCH] Require mailx for /usr/bin/mailx --- fail2ban.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fail2ban.spec b/fail2ban.spec index 7a24cbf..d4d7f05 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 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ URL: http://fail2ban.sourceforge.net/ Source0: https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -108,7 +108,7 @@ files. %package mail Summary: Mail actions for Fail2Ban Requires: %{name}-server = %{version}-%{release} -Requires: /usr/bin/mail +Requires: mailx %description mail This package installs Fail2Ban's mail actions. These are an alternative @@ -267,6 +267,9 @@ fi %changelog +* Thu Mar 20 2014 Orion Poplawski - 0.9-5 +- Require mailx for /usr/bin/mailx + * Thu Mar 20 2014 Orion Poplawski - 0.9-4 - Need empty %%files to produce main and -all package