diff --git a/rtla.changes b/rtla.changes index 4f882fd..786664e 100644 --- a/rtla.changes +++ b/rtla.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 14 09:58:51 UTC 2024 - Dominique Leuenberger + +- Replace deprecated %patchN syntax with %patch -P N. + ------------------------------------------------------------------- Thu Jul 4 00:00:00 CEST 2024 - dsterba@suse.cz diff --git a/rtla.spec b/rtla.spec index b628966..43256d2 100644 --- a/rtla.spec +++ b/rtla.spec @@ -52,7 +52,7 @@ There is no reason to install this package. (cd %{_prefix}/src/linux ; tar -cf - COPYING CREDITS README tools include scripts Kbuild Makefile arch/*/{include,lib,Makefile} lib Documentation/tools/rtla) | tar -xf - # Workaround for missing lib dependency sed -i 's/--libs libtracefs/--libs libtracefs libtraceevent/' tools/tracing/rtla/Makefile -%patch1 -p1 +%patch -P 1 -p1 %build cd tools/tracing/rtla