From c51c054c1a5834351cba39e3ec5c0809e79bfe97 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Mon, 5 Feb 2024 15:17:06 -0500 Subject: [PATCH] Fix specfile to apply all patches Resolves: RHEL-23909 Signed-off-by: John Kacur --- realtime-tests.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/realtime-tests.spec b/realtime-tests.spec index 7ea430a..0894048 100644 --- a/realtime-tests.spec +++ b/realtime-tests.spec @@ -6,7 +6,7 @@ Name: realtime-tests # Numa argument to make: NUMA=1 # Version: 2.6 -Release: 4%{?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 @@ -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 @@ -100,6 +102,10 @@ latency. It also tests the functioning of priority-inheritance mutexes. %{_mandir}/man8/determine_maximum_mpps.8.* %changelog +* Mon Feb 05 2024 John Kacur - 2.6-4 +- Fix specfile to apply all patches +Resolves: RHEL-23909 + * Mon Feb 05 2024 John Kacur - 2.6-4 - oslat: correct spelling of Mhz to MHz - oslat: Fix conversion to nanoseconds for 1us bucket