Fix python2 requires for EPEL 7.

i9ce
Richard Shaw 4 years ago
parent 7b1980d50f
commit e685f72cda

@ -1,6 +1,6 @@
Name: fail2ban Name: fail2ban
Version: 0.11.1 Version: 0.11.1
Release: 9%{?dist}.1 Release: 9%{?dist}.2
Summary: Daemon to ban hosts that cause multiple authentication errors Summary: Daemon to ban hosts that cause multiple authentication errors
License: GPLv2+ License: GPLv2+
@ -86,7 +86,7 @@ SELinux policies for Fail2Ban.
%package server %package server
Summary: Core server component for Fail2Ban Summary: Core server component for Fail2Ban
%if 0%{?rhel} && 0%{?rhel} < 8 %if 0%{?rhel} && 0%{?rhel} < 8
Requires: python-systemd Requires: systemd-python
%else %else
Requires: python3-systemd Requires: python3-systemd
%endif %endif
@ -390,7 +390,7 @@ fi
%changelog %changelog
* Tue Jul 28 2020 Richard Shaw <hobbes1069@gmail.com> - 0.11.1-9.1 * Tue Jul 28 2020 Richard Shaw <hobbes1069@gmail.com> - 0.11.1-9.2
- Fix python2 requires for EPEL 7. - Fix python2 requires for EPEL 7.
* Mon Jul 27 2020 Richard Shaw <hobbes1069@gmail.com> - 0.11.1-9 * Mon Jul 27 2020 Richard Shaw <hobbes1069@gmail.com> - 0.11.1-9

Loading…
Cancel
Save