From 941c8b5369ca3351c3467a8f08cf74530b2147b2219fffc0e2b7fe1e70984a22 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Mon, 26 Feb 2024 14:29:57 +0000 Subject: [PATCH] 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 --- stunnel.changes | 5 +++++ stunnel.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/stunnel.changes b/stunnel.changes index eb6ff2b..c97ba21 100644 --- a/stunnel.changes +++ b/stunnel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 26 13:29:20 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Wed Feb 14 20:05:12 UTC 2024 - Pedro Monreal diff --git a/stunnel.spec b/stunnel.spec index 3b67515..676fe4a 100644 --- a/stunnel.spec +++ b/stunnel.spec @@ -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