From: Justin M. Forbes jforbes@fedoraproject.org
Add rtla-hwnoise files
Upstream added the hwnoise tool to rtla. This needs to be added to files, but as it is also a linked binary, the linking needst to be manually fixed up in the rpmbuild environment similar to osnoise.
Signed-off-by: Justin M. Forbes jforbes@fedoraproject.org
diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100755 --- a/redhat/kernel.spec.template +++ b/redhat/kernel.spec.template @@ -2754,10 +2754,12 @@ install -m755 page_owner_sort %{buildroot}%{_bindir}/page_owner_sort popd pushd tools/tracing/rtla/ %{tools_make} DESTDIR=%{buildroot} install +rm -f %{buildroot}%{_bindir}/hwnoise rm -f %{buildroot}%{_bindir}/osnoise rm -f %{buildroot}%{_bindir}/timerlat (cd %{buildroot}
+ ln -sf rtla ./%{_bindir}/hwnoise ln -sf rtla ./%{_bindir}/osnoise ln -sf rtla ./%{_bindir}/timerlat ) @@ -3189,8 +3191,10 @@ fi
%files -n rtla %{_bindir}/rtla +%{_bindir}/hwnoise %{_bindir}/osnoise %{_bindir}/timerlat +%{_mandir}/man1/rtla-hwnoise.1.gz %{_mandir}/man1/rtla-osnoise-hist.1.gz %{_mandir}/man1/rtla-osnoise-top.1.gz %{_mandir}/man1/rtla-osnoise.1.gz
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2343
kernel@lists.fedoraproject.org