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