- 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:
parent
9c0121d79e
commit
2ed5b5af04
@ -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