forked from pool/fail2ban
Dominique Leuenberger
d7376219ea
- Switch to use python3 (upstream supported): + BuildRequire python3-tools instead of python-devel (for the 2to3 tool). + Drop the python-gamin dependency. + Replace all python-FOO deps for their python3-FOO counterpart. - removal of SuSEfirewall2-fail2ban for factory versions since SuSEfirewall2 - fail2ban-0.10.4-upstream-pid-file-location.patch changed fail2ban unit file OBS-URL: https://build.opensuse.org/request/show/762228 OBS-URL: https://build.opensuse.org/package/show/security/fail2ban?expand=0&rev=98
10 lines
604 B
Diff
10 lines
604 B
Diff
diff -ur fail2ban-0.10.4-orig/config/filter.d/ignorecommands/apache-fakegooglebot fail2ban-0.10.4/config/filter.d/ignorecommands/apache-fakegooglebot
|
|
--- fail2ban-0.10.4-orig/config/filter.d/ignorecommands/apache-fakegooglebot 2018-10-04 11:26:22.000000000 +0200
|
|
+++ fail2ban-0.10.4/config/filter.d/ignorecommands/apache-fakegooglebot 2019-08-12 10:46:05.067842214 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env fail2ban-python
|
|
+#!/usr/bin/fail2ban-python
|
|
# Inspired by https://isc.sans.edu/forums/diary/When+Google+isnt+Google/15968/
|
|
#
|
|
# Written in Python to reuse built-in Python batteries and not depend on
|