SHA256
1
0
forked from pool/rtla

Accepting request 1194062 from benchmark

OBS-URL: https://build.opensuse.org/request/show/1194062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rtla?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2024-08-16 10:23:34 +00:00 committed by Git OBS Bridge
commit 0cb149d240
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

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 -
# 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