rebase of the patches

debian
Sylvestre Ledru 2022-03-10 22:53:47 +01:00
parent 565a55eef6
commit ae3d937d61
1 changed files with 8 additions and 8 deletions

View File

@ -8,11 +8,11 @@ Subject: [PATCH] fix gh-3098: build fails with error in fail2ban setup
setup.py | 16 +---------------
1 file changed, 1 insertion(+), 15 deletions(-)
diff --git a/setup.py b/setup.py
index f4c2550f6..98413273c 100755
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@
Index: fail2ban/setup.py
===================================================================
--- fail2ban.orig/setup.py
+++ fail2ban/setup.py
@@ -56,7 +56,7 @@ import warnings
from glob import glob
from fail2ban.setup import updatePyExec
@ -21,7 +21,7 @@ index f4c2550f6..98413273c 100755
source_dir = os.path.realpath(os.path.dirname(
# __file__ seems to be overwritten sometimes on some python versions (e.g. bug of 2.6 by running under cProfile, etc.):
@@ -112,22 +112,12 @@ def update_scripts(self, dry_run=False):
@@ -120,22 +120,12 @@ class install_scripts_f2b(install_script
# Wrapper to specify fail2ban own options:
class install_command_f2b(install):
user_options = install.user_options + [
@ -44,7 +44,7 @@ index f4c2550f6..98413273c 100755
if self.without_tests:
self.distribution.scripts.remove('bin/fail2ban-testcases')
@@ -178,7 +168,6 @@ def run(self):
@@ -186,7 +176,6 @@ commands.'''
if setuptools:
setup_extra = {
'test_suite': "fail2ban.tests.utils.gatherTests",
@ -52,7 +52,7 @@ index f4c2550f6..98413273c 100755
}
else:
setup_extra = {}
@@ -202,9 +191,6 @@ def run(self):
@@ -210,9 +199,6 @@ if platform_system in ('linux', 'solaris
('/usr/share/doc/fail2ban', doc_files)
)