From 7004ede8acb6ee3f34f5852299256f5ba2adc547 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Mon, 6 Feb 2023 13:36:19 -0500 Subject: [PATCH] Change the default kernel to compile as a load to linux-6.1.8 Update requires Resolves: rhbz#2166355 jiraProject == RHELPLAN-147318 Signed-off-by: John Kacur --- rteval.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/rteval.spec b/rteval.spec index 3240c42..d18df7e 100644 --- a/rteval.spec +++ b/rteval.spec @@ -1,6 +1,6 @@ Name: rteval Version: 3.5 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Utility to evaluate system suitability for RT Linux Group: Development/Tools @@ -28,7 +28,6 @@ Requires: stress-ng Requires: perl-interpreter, perl-devel, perl-generators Requires: libmpc, libmpc-devel Requires: dwarves -Requires: python3-sphinx BuildArch: noarch #Patches @@ -75,6 +74,12 @@ to the screen. %{_bindir}/rteval %changelog +* Mon Feb 06 2023 John Kacur - 3.5-7 +- Remove Requires python3-sphinx, as this is only needed for + compiling documentation, and is causing problems in testing +Resolves: rhbz#2166355 +jiraProject == RHELPLAN-147318 + * Fri Feb 03 2023 John Kacur - 3.5-6 - Change the default kernel to compile as a load to linux-6.1.8 - Update requires