SHA256
1
0
forked from pool/rtla

Accepting request 1008370 from home:Andreas_Schwab:Factory

- Add a dummy -rebuild package to give OBS/Tumbleweed a hint when this
  package needs a rebuild

OBS-URL: https://build.opensuse.org/request/show/1008370
OBS-URL: https://build.opensuse.org/package/show/benchmark/rtla?expand=0&rev=5
This commit is contained in:
Daniel Wagner 2022-10-06 10:53:48 +00:00 committed by Git OBS Bridge
parent ff04b6ec2d
commit acd21e777b
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