SHA256
1
0
forked from pool/rtla

- Replace deprecated %patchN syntax with %patch -P N.

OBS-URL: https://build.opensuse.org/package/show/benchmark/rtla?expand=0&rev=13
This commit is contained in:
Martin Pluskal 2024-08-15 06:35:01 +00:00 committed by Git OBS Bridge
parent 9c0121d79e
commit 2ed5b5af04
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 14 09:58:51 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Replace deprecated %patchN syntax with %patch -P N.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 4 00:00:00 CEST 2024 - dsterba@suse.cz Thu Jul 4 00:00:00 CEST 2024 - dsterba@suse.cz

View File

@ -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 - (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 # Workaround for missing lib dependency
sed -i 's/--libs libtracefs/--libs libtracefs libtraceevent/' tools/tracing/rtla/Makefile sed -i 's/--libs libtracefs/--libs libtracefs libtraceevent/' tools/tracing/rtla/Makefile
%patch1 -p1 %patch -P 1 -p1
%build %build
cd tools/tracing/rtla cd tools/tracing/rtla