From daef105b9006f6f113ee111e03b8133a6a7d445f Mon Sep 17 00:00:00 2001 From: Viktor Malik Date: Fri, 6 Jun 2025 07:19:45 +0200 Subject: [PATCH] Remove usage of %patchN The command has been deprecated in favor of `%patch -P N`. Signed-off-by: Viktor Malik --- bpftrace.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bpftrace.spec b/bpftrace.spec index 1ec92a7..f4799a3 100644 --- a/bpftrace.spec +++ b/bpftrace.spec @@ -49,7 +49,7 @@ and predecessor tracers such as DTrace and SystemTap %autopatch -p1 -M 9 %ifarch aarch64 -%patch10 -p1 +%patch -P 10 -p1 %endif %build