SHA256
1
0
forked from pool/rtla

Accepting request 1008379 from benchmark

OBS-URL: https://build.opensuse.org/request/show/1008379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rtla?expand=0&rev=3
This commit is contained in:
Richard Brown 2022-10-07 23:23:34 +00:00 committed by Git OBS Bridge
commit 85f7995c59
2 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 6 09:40:30 UTC 2022 - Andreas Schwab <schwab@suse.de>
- Add a dummy -rebuild package to give OBS/Tumbleweed a hint when this
package needs a rebuild
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 25 14:20:41 UTC 2022 - Andreas Schwab <schwab@suse.de> Mon Jul 25 14:20:41 UTC 2022 - Andreas Schwab <schwab@suse.de>

View File

@ -37,6 +37,16 @@ testing Linux as a black box, rtla leverages kernel tracing
capabilities to provide precise information about the properties capabilities to provide precise information about the properties
and root causes of unexpected results. and root causes of unexpected results.
%package rebuild
Summary: Empty package to ensure rebuilding rtla in OBS
%requires_eq kernel-source
%description rebuild
This is an empty package that ensures rtla is rebuilt every time
kernel-default is rebuilt in OBS.
There is no reason to install this package.
%prep %prep
(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 -
@ -62,4 +72,7 @@ ln -sf %{_bindir}/rtla %{buildroot}%{_bindir}/timerlat
%{_bindir}/osnoise %{_bindir}/osnoise
%{_bindir}/timerlat %{_bindir}/timerlat
%files rebuild
%license COPYING
%changelog %changelog