Compare commits

...

2 Commits

Author SHA1 Message Date
Eder Zulian bb0922120b Strip o+rx permissions from the cyclictest executable 2024-04-27 04:31:00 +00:00
John Kacur c51c054c1a Fix specfile to apply all patches
Resolves: RHEL-23909
Signed-off-by: John Kacur <jkacur@redhat.com>
2024-02-05 15:17:06 -05:00
2 changed files with 13 additions and 2 deletions

1
.realtime-tests.metadata Normal file
View File

@ -0,0 +1 @@
60ea229d1335bab6025d1c9435e2e96856286fe4 rt-tests-2.6.tar.xz

View File

@ -6,7 +6,7 @@ Name: realtime-tests
# Numa argument to make: NUMA=1
#
Version: 2.6
Release: 4%{?dist}
Release: 6%{?dist}
License: GPLv2
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
@ -50,6 +50,8 @@ latency. It also tests the functioning of priority-inheritance mutexes.
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%build
%set_build_flags
@ -60,7 +62,7 @@ latency. It also tests the functioning of priority-inheritance mutexes.
%files
%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}/signaltest
%{_bindir}/hwlatdetect
@ -100,6 +102,14 @@ latency. It also tests the functioning of priority-inheritance mutexes.
%{_mandir}/man8/determine_maximum_mpps.8.*
%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
- Fix specfile to apply all patches
Resolves: RHEL-23909
* Mon Feb 05 2024 John Kacur <jkacur@redhat.com> - 2.6-4
- oslat: correct spelling of Mhz to MHz
- oslat: Fix conversion to nanoseconds for 1us bucket