From ee26878bc1116cdd2efdc7d7abc4f187b70b3e7c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 28 Mar 2023 09:38:53 +0000 Subject: [PATCH] import realtime-tests-2.5-1.el9 --- .gitignore | 2 +- .realtime-tests.metadata | 2 +- SPECS/realtime-tests.spec | 28 ++++++++++++++++++++++++++-- 3 files changed, 28 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 324b80b..c96da4b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/rt-tests-2.4.tar.xz +SOURCES/rt-tests-2.5.tar.xz diff --git a/.realtime-tests.metadata b/.realtime-tests.metadata index a77b03b..ee4e6c9 100644 --- a/.realtime-tests.metadata +++ b/.realtime-tests.metadata @@ -1 +1 @@ -f4ac5f7b7fe633ab1eaa50f4296a2f4540e90f9f SOURCES/rt-tests-2.4.tar.xz +0b4143fef6905a83f68b2a53a007708a666a02ec SOURCES/rt-tests-2.5.tar.xz diff --git a/SPECS/realtime-tests.spec b/SPECS/realtime-tests.spec index 397aaa0..8048dab 100644 --- a/SPECS/realtime-tests.spec +++ b/SPECS/realtime-tests.spec @@ -5,8 +5,8 @@ Name: realtime-tests # BuildRequires: numactl-devel # Numa argument to make: NUMA=1 # -Version: 2.4 -Release: 2%{?dist} +Version: 2.5 +Release: 1%{?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 @@ -78,6 +78,30 @@ latency. It also tests the functioning of priority-inheritance mutexes. %{_mandir}/man8/determine_maximum_mpps.8.* %changelog +* Tue Jan 24 2023 John Kacur - 2.5-1 +- Update to latest rt-tests upstream v2.5 +Resolves: rhbz#2162779 + +* Wed Dec 14 2022 Crystal Wood - 2.4-6 +- oslat: Add command line option for bucket width +Resolves: rhbz#2041637 + +* Mon Nov 14 2022 Leah Leshchinsky - 2.4-5 +- hwlatdetect: Convert to fstrings +- hwlatdetect: Update to integer division +- hwlatdetect: Fix incorrect comment about test duration +Resolves: rhbz#2121150 + +* Wed Nov 02 2022 John Kacur - 2.4-4 +- Add error checking in hackbench to connect and getsockname +- Fix compile warnings in hackbench because of comparison of different signs +- Fix compile warnings in hackbench because of warnings about fall through +Resolves: rhbz#2115067 + +* Fri Oct 07 2022 John Kacur - 2.4-3 +- Remove arbitrary limits on number of threads +Resolves: rhbz#2129891 + * Tue Jul 12 2022 John Kacur - 2.4-2 - Add an rpminspect.yaml file Resolves: rhbz#2106464