Accepting request 1085143 from benchmark

OBS-URL: https://build.opensuse.org/request/show/1085143
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rtla?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2023-05-06 20:09:22 +00:00 committed by Git OBS Bridge
commit d665284a1b
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 5 12:22:21 UTC 2023 - Daniel Wagner <daniel.wagner@suse.com>
- Add hwnoise tool which got added with Linux 6.3
-------------------------------------------------------------------
Tue Jan 10 10:41:54 UTC 2023 - Daniel Wagner <daniel.wagner@suse.com>

View File

@ -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