Compare commits

..

1 Commits

Author SHA1 Message Date
John Kacur 2030c20651 Fix specfile to apply all patches 2024-02-06 04:39:53 +00:00
1 changed files with 2 additions and 6 deletions

View File

@ -6,7 +6,7 @@ Name: realtime-tests
# Numa argument to make: NUMA=1
#
Version: 2.6
Release: 6%{?dist}
Release: 5%{?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
@ -62,7 +62,7 @@ latency. It also tests the functioning of priority-inheritance mutexes.
%files
%pycached %{python3_sitelib}/hwlatdetect.py
%caps(cap_sys_rawio+ep) %attr(750,-,-) /usr/bin/cyclictest
%caps(cap_sys_rawio+ep) /usr/bin/cyclictest
%{_bindir}/pi_stress
%{_bindir}/signaltest
%{_bindir}/hwlatdetect
@ -102,10 +102,6 @@ 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