SHA256
1
0
forked from pool/fail2ban

Accepting request 1150643 from home:dimstar:rpm4.20:f

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1150643
OBS-URL: https://build.opensuse.org/package/show/security/fail2ban?expand=0&rev=118
This commit is contained in:
Marcus Meissner 2024-02-26 10:50:07 +00:00 committed by Git OBS Bridge
parent 0615f554fb
commit d7f3e448b6
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> 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 # Use openSUSE paths
sed -i -e 's/^before = paths-.*/before = paths-opensuse.conf/' config/jail.conf sed -i -e 's/^before = paths-.*/before = paths-opensuse.conf/' config/jail.conf
%patch100 -p1 %patch -P 100 -p1
%patch101 -p1 %patch -P 101 -p1
%if 0%{?suse_version} < 1310 %if 0%{?suse_version} < 1310
%patch200 -p1 %patch -P 200 -p1
%endif %endif
%patch201 -p1 %patch -P 201 -p1
%if !0%{?suse_version} > 1500 %if !0%{?suse_version} > 1500
%patch300 -p1 %patch -P 300 -p1
%endif %endif
%patch301 -p1 %patch -P 301 -p1
rm config/paths-arch.conf \ rm config/paths-arch.conf \
config/paths-debian.conf \ config/paths-debian.conf \