Strip o+rx permissions from the cyclictest executable

Resolves: RHEL-34077
This commit is contained in:
Eder Zulian 2024-04-25 17:54:22 +02:00
parent 238cd5133f
commit 484bf2a148

View File

@ -1,7 +1,7 @@
Name: realtime-tests
Summary: Programs that test various rt-features
Version: 2.6
Release: 5%{?dist}
Release: 6%{?dist}
License: GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.1-or-later
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
@ -45,7 +45,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
@ -85,6 +85,10 @@ latency. It also tests the functioning of priority-inheritance mutexes.
%{_mandir}/man8/determine_maximum_mpps.8.*
%changelog
* Thu Apr 25 2024 Eder Zulian <ezulian@redhat.com> - 2.6-6
- Strip o+rx permissions from the cyclictest executable
Resolves: RHEL-34077
* Tue Mar 26 2024 John Kacur <jkacur@redhat.com> - 2.6-5
- Added the following upstream patches
rt-tests-Fix-warnings.patch