From 357eec4b126b08b32a4af258b4e68838e0b46b44 Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:46 +0200 Subject: [PATCH] Eliminate use of obsolete %patchN syntax (#2283636) --- corkscrew.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/corkscrew.spec b/corkscrew.spec index 108f00c..a51661c 100644 --- a/corkscrew.spec +++ b/corkscrew.spec @@ -26,9 +26,9 @@ It has been tested with the following HTTP proxies : %prep %setup -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 +%patch -P0 -p1 +%patch -P1 -p1 +%patch -P2 -p1 %build %configure