From 403fe3b32a97f14c311bd1d788860bbd8057fddf Mon Sep 17 00:00:00 2001 From: Tomas Glozar Date: Tue, 9 Apr 2024 10:20:14 +0200 Subject: [PATCH] Add dependency on procps-ng which was missing in minimal environments jiraProject== RHEL-31921 Signed-off-by: Tomas Glozar --- rteval.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rteval.spec b/rteval.spec index 031c658..4bcb59f 100644 --- a/rteval.spec +++ b/rteval.spec @@ -1,6 +1,6 @@ Name: rteval Version: 3.7 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Utility to evaluate system suitability for RT Linux Group: Development/Tools @@ -28,6 +28,7 @@ Requires: perl-interpreter, perl-devel, perl-generators Requires: libmpc, libmpc-devel Requires: dwarves Requires: dmidecode +Requires: procps-ng BuildArch: noarch #Patches @@ -82,6 +83,10 @@ to the screen. %{_bindir}/rteval %changelog +* Tue Apr 09 2024 Tomas Glozar - 3.7-10 +- Add dependency on procps-ng which was missing in minimal environments +Resolves: RHEL-31921 + * Fri Apr 05 2024 Tomas Glozar - 3.7-9 - Add dependency on dmidecode Resolves: RHEL-20019