|
|
|
@ -1,7 +1,8 @@
|
|
|
|
|
Summary: Daemon to ban hosts that cause multiple authentication errors
|
|
|
|
|
Name: fail2ban
|
|
|
|
|
Version: 0.11.1
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: Daemon to ban hosts that cause multiple authentication errors
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: http://fail2ban.sourceforge.net/
|
|
|
|
|
Source0: https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
@ -255,7 +256,6 @@ install -m 0644 %{modulename}.pp.bz2 %{buildroot}%{_datadir}/selinux/packages/%{
|
|
|
|
|
%python3 bin/fail2ban-testcases --verbosity=2 --no-network
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%pre selinux
|
|
|
|
|
%selinux_relabel_pre -s %{selinuxtype}
|
|
|
|
|
|
|
|
|
@ -366,6 +366,9 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Mar 19 2020 Richard Shaw <hobbes1069@gmail.com> - 0.11.1-5
|
|
|
|
|
- Update for Python 3.9.
|
|
|
|
|
|
|
|
|
|
* Wed Feb 26 2020 Orion Poplawski <orion@nwra.com> - 0.11.1-4
|
|
|
|
|
- Add SELinux policy
|
|
|
|
|
|
|
|
|
|