From e8932ce7eaaa2cf38567f5458234d1d822af2097dee81fcf536571d32dd3c6c9 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Fri, 5 May 2023 15:07:56 +0000 Subject: [PATCH] Accepting request 1085142 from home:wagi:branches:openSUSE:Factory - Add hwnoise tool which got added with Linux 6.3 OBS-URL: https://build.opensuse.org/request/show/1085142 OBS-URL: https://build.opensuse.org/package/show/benchmark/rtla?expand=0&rev=9 --- rtla.changes | 5 +++++ rtla.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/rtla.changes b/rtla.changes index d4bb117..e157793 100644 --- a/rtla.changes +++ b/rtla.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 5 12:22:21 UTC 2023 - Daniel Wagner + +- Add hwnoise tool which got added with Linux 6.3 + ------------------------------------------------------------------- Tue Jan 10 10:41:54 UTC 2023 - Daniel Wagner diff --git a/rtla.spec b/rtla.spec index 3b8cc06..db30d72 100644 --- a/rtla.spec +++ b/rtla.spec @@ -63,8 +63,10 @@ make install DESTDIR=%{buildroot} STRIP=true # Fixup symlinks as they are pointing to DESTDIR instead prefix rm %{buildroot}%{_bindir}/osnoise rm %{buildroot}%{_bindir}/timerlat +rm -f %{buildroot}%{_bindir}/hwnoise ln -sf %{_bindir}/rtla %{buildroot}%{_bindir}/osnoise ln -sf %{_bindir}/rtla %{buildroot}%{_bindir}/timerlat +ln -sf %{_bindir}/rtla %{buildroot}%{_bindir}/hwnoise %files %license COPYING @@ -73,6 +75,7 @@ ln -sf %{_bindir}/rtla %{buildroot}%{_bindir}/timerlat %{_bindir}/rtla %{_bindir}/osnoise %{_bindir}/timerlat +%{_bindir}/hwnoise %files rebuild %license COPYING