Compare commits
2 Commits
2030c20651
...
bb0922120b
Author | SHA1 | Date | |
---|---|---|---|
|
bb0922120b | ||
|
c51c054c1a |
@ -6,7 +6,7 @@ Name: realtime-tests
|
|||||||
# Numa argument to make: NUMA=1
|
# Numa argument to make: NUMA=1
|
||||||
#
|
#
|
||||||
Version: 2.6
|
Version: 2.6
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git
|
URL: https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git
|
||||||
Source0: https://www.kernel.org/pub/linux/utils/rt-tests/rt-tests-%{version}.tar.xz
|
Source0: https://www.kernel.org/pub/linux/utils/rt-tests/rt-tests-%{version}.tar.xz
|
||||||
@ -62,7 +62,7 @@ latency. It also tests the functioning of priority-inheritance mutexes.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%pycached %{python3_sitelib}/hwlatdetect.py
|
%pycached %{python3_sitelib}/hwlatdetect.py
|
||||||
%caps(cap_sys_rawio+ep) /usr/bin/cyclictest
|
%caps(cap_sys_rawio+ep) %attr(750,-,-) /usr/bin/cyclictest
|
||||||
%{_bindir}/pi_stress
|
%{_bindir}/pi_stress
|
||||||
%{_bindir}/signaltest
|
%{_bindir}/signaltest
|
||||||
%{_bindir}/hwlatdetect
|
%{_bindir}/hwlatdetect
|
||||||
@ -102,6 +102,10 @@ latency. It also tests the functioning of priority-inheritance mutexes.
|
|||||||
%{_mandir}/man8/determine_maximum_mpps.8.*
|
%{_mandir}/man8/determine_maximum_mpps.8.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 26 2024 Eder Zulian <ezulian@redhat.com> - 2.6-6
|
||||||
|
- Strip o+rx permissions from the cyclictest executable
|
||||||
|
Resolves: RHEL-33785
|
||||||
|
|
||||||
* Mon Feb 05 2024 John Kacur <jkacur@redhat.com> - 2.6-4
|
* Mon Feb 05 2024 John Kacur <jkacur@redhat.com> - 2.6-4
|
||||||
- Fix specfile to apply all patches
|
- Fix specfile to apply all patches
|
||||||
Resolves: RHEL-23909
|
Resolves: RHEL-23909
|
||||||
|
Loading…
Reference in New Issue
Block a user