From 45cda1e6117bd02ba3b9c385648a8cb7e29bc792 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Fri, 3 Feb 2023 06:38:56 +0000 Subject: [PATCH] Change Requires to python-sphinx --- rteval.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rteval.spec b/rteval.spec index 1795db6..f2a8c1c 100644 --- a/rteval.spec +++ b/rteval.spec @@ -1,6 +1,6 @@ Name: rteval Version: 3.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Utility to evaluate system suitability for RT Linux Group: Development/Tools @@ -28,7 +28,7 @@ Requires: stress-ng Requires: perl-interpreter, perl-devel, perl-generators Requires: libmpc, libmpc-devel Requires: dwarves -Requires: python3-sphinx +Requires: python-sphinx BuildArch: noarch #Patches @@ -73,6 +73,10 @@ to the screen. %{_bindir}/rteval %changelog +* Thu Feb 02 2023 John Kacur - 3.5-5 +- Change requires to python-sphinx +Resolves: rhbz#2164416 + * Thu Feb 02 2023 John Kacur - 3.5-4 - Catch failures in python-dmidecode Resolves: rhbz#2164416