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:
commit
d665284a1b
@ -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>
|
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
|
# Fixup symlinks as they are pointing to DESTDIR instead prefix
|
||||||
rm %{buildroot}%{_bindir}/osnoise
|
rm %{buildroot}%{_bindir}/osnoise
|
||||||
rm %{buildroot}%{_bindir}/timerlat
|
rm %{buildroot}%{_bindir}/timerlat
|
||||||
|
rm -f %{buildroot}%{_bindir}/hwnoise
|
||||||
ln -sf %{_bindir}/rtla %{buildroot}%{_bindir}/osnoise
|
ln -sf %{_bindir}/rtla %{buildroot}%{_bindir}/osnoise
|
||||||
ln -sf %{_bindir}/rtla %{buildroot}%{_bindir}/timerlat
|
ln -sf %{_bindir}/rtla %{buildroot}%{_bindir}/timerlat
|
||||||
|
ln -sf %{_bindir}/rtla %{buildroot}%{_bindir}/hwnoise
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -73,6 +75,7 @@ ln -sf %{_bindir}/rtla %{buildroot}%{_bindir}/timerlat
|
|||||||
%{_bindir}/rtla
|
%{_bindir}/rtla
|
||||||
%{_bindir}/osnoise
|
%{_bindir}/osnoise
|
||||||
%{_bindir}/timerlat
|
%{_bindir}/timerlat
|
||||||
|
%{_bindir}/hwnoise
|
||||||
|
|
||||||
%files rebuild
|
%files rebuild
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Loading…
Reference in New Issue
Block a user