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
This commit is contained in:
parent
80c0c11279
commit
e8932ce7ea
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user