SHA256
1
0
forked from pool/fail2ban
Ana Guerrero 2024-02-27 21:46:59 +00:00 committed by Git OBS Bridge
commit 51df49436e
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 08:17:28 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Mon Jun 5 16:36:47 UTC 2023 - Lars Vogdt <lars@linux-schulserver.de>

View File

@ -130,16 +130,16 @@ install -m644 %{SOURCE8} config/paths-opensuse.conf
# Use openSUSE paths
sed -i -e 's/^before = paths-.*/before = paths-opensuse.conf/' config/jail.conf
%patch100 -p1
%patch101 -p1
%patch -P 100 -p1
%patch -P 101 -p1
%if 0%{?suse_version} < 1310
%patch200 -p1
%patch -P 200 -p1
%endif
%patch201 -p1
%patch -P 201 -p1
%if !0%{?suse_version} > 1500
%patch300 -p1
%patch -P 300 -p1
%endif
%patch301 -p1
%patch -P 301 -p1
rm config/paths-arch.conf \
config/paths-debian.conf \