mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Move python3-systemd as depend (Closes: #770171)
This commit is contained in:
parent
bc37c94137
commit
47a2ffa95a
2 changed files with 3 additions and 2 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
|
@ -2,6 +2,7 @@ fail2ban (1.0.2-3) unstable; urgency=medium
|
|||
|
||||
* Add banaction = nftables in the defaults-debian.conf default
|
||||
see https://github.com/fail2ban/fail2ban/discussions/3575#discussioncomment-7045315
|
||||
* Move python3-systemd as depend (Closes: #770171)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 19 Sep 2023 13:55:20 +0200
|
||||
|
||||
|
|
|
|||
4
debian/control
vendored
4
debian/control
vendored
|
|
@ -22,8 +22,8 @@ Standards-Version: 4.6.1
|
|||
|
||||
Package: fail2ban
|
||||
Architecture: all
|
||||
Depends: ${python3:Depends}, ${misc:Depends}
|
||||
Recommends: nftables | iptables, whois, python3-pyinotify, python3-systemd
|
||||
Depends: ${python3:Depends}, ${misc:Depends}, python3-systemd
|
||||
Recommends: nftables | iptables, whois, python3-pyinotify
|
||||
Suggests: mailx, system-log-daemon, monit, sqlite3
|
||||
Description: ban hosts that cause multiple authentication errors
|
||||
Fail2ban monitors log files (e.g. /var/log/auth.log,
|
||||
|
|
|
|||
Loading…
Reference in a new issue