From c51891c0957ecb8d5309e4c1f4d28517619a667c Mon Sep 17 00:00:00 2001 From: Joe Lawrence Date: Fri, 3 May 2024 13:33:48 -0400 Subject: [PATCH] spec: fix "warning: %%patchN is deprecated" Resolves: RHEL-35450 Signed-off-by: Joe Lawrence --- kpatch.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kpatch.spec b/kpatch.spec index 95fc374..1155201 100644 --- a/kpatch.spec +++ b/kpatch.spec @@ -50,11 +50,11 @@ kpatch-patch packages updates. %prep %setup -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 +%patch -P 0 -p1 +%patch -P 1 -p1 +%patch -P 2 -p1 # Use this to apply upstream patches to kpatch -#%patch100 -p1 +#%patch -P 100 -p1 %setup -D -T -a 1