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:
commit
0cb149d240
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user