Require /usr/bin/mail instead of mailx
This commit is contained in:
parent
796f2eb44e
commit
cc4f0a773d
1 changed files with 5 additions and 2 deletions
|
|
@ -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 <orion@nwra.com> - 0.11.2-11
|
||||
- Require /usr/bin/mail instead of mailx
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.2-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue