Fix python2 requires for EPEL 7.
This commit is contained in:
parent
7b1980d50f
commit
e685f72cda
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: fail2ban
|
||||
Version: 0.11.1
|
||||
Release: 9%{?dist}.1
|
||||
Release: 9%{?dist}.2
|
||||
Summary: Daemon to ban hosts that cause multiple authentication errors
|
||||
|
||||
License: GPLv2+
|
||||
|
|
@ -86,7 +86,7 @@ SELinux policies for Fail2Ban.
|
|||
%package server
|
||||
Summary: Core server component for Fail2Ban
|
||||
%if 0%{?rhel} && 0%{?rhel} < 8
|
||||
Requires: python-systemd
|
||||
Requires: systemd-python
|
||||
%else
|
||||
Requires: python3-systemd
|
||||
%endif
|
||||
|
|
@ -390,7 +390,7 @@ fi
|
|||
|
||||
|
||||
%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.
|
||||
|
||||
* Mon Jul 27 2020 Richard Shaw <hobbes1069@gmail.com> - 0.11.1-9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue