SHA256
1
0
forked from pool/stunnel

Accepting request 1151552 from home:dimstar:rpm4.20:s

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1151552
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=174
This commit is contained in:
Pedro Monreal Gonzalez 2024-02-26 14:29:57 +00:00 committed by Git OBS Bridge
parent 7c3ee1940b
commit 941c8b5369
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 13:29:20 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Wed Feb 14 20:05:12 UTC 2024 - Pedro Monreal <pmonreal@suse.com>

View File

@ -80,13 +80,13 @@ This package contains additional documentation for the stunnel program.
%prep
%setup -q -n stunnel-%{version}
%patch1 -p1
%patch -P 1 -p1
chmod -x %{_builddir}/stunnel-%{version}/tools/ca.*
chmod -x %{_builddir}/stunnel-%{version}/tools/importCA.*
%patch2 -p1
%patch -P 2 -p1
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150400
%patch3 -p1
%patch4 -p1
%patch -P 3 -p1
%patch -P 4 -p1
%endif
%build