From 3c059c3c418d487c11f2bac352a4fb973cf86d7e Mon Sep 17 00:00:00 2001 From: John Kacur Date: Fri, 27 Jun 2025 17:17:38 -0400 Subject: [PATCH] Bump the release number Resolves: RHEL-88470 Signed-off-by: John Kacur --- realtime-tests.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/realtime-tests.spec b/realtime-tests.spec index 202c991..fd122be 100644 --- a/realtime-tests.spec +++ b/realtime-tests.spec @@ -1,7 +1,7 @@ Name: realtime-tests Summary: Programs that test various rt-features Version: 2.8 -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 @@ -84,6 +84,10 @@ latency. It also tests the functioning of priority-inheritance mutexes. %{_mandir}/man8/determine_maximum_mpps.8.* %changelog +* Fri Jun 27 2025 John Kacur - 2.8-6 +- Bump the release number +Resolves: RHEL-88470 + * Fri Jun 27 2025 Tyonnchie Berry - 2.8-5 - Added patch Fix-rt-tests-build-with-glibc-2.41.patch - Added patch Revert-Fix-rt-tests-build-with-glibc-2.41.patch