From 94da2e4b462ab16b8e895a09497262b18daa896a 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-38379 Signed-off-by: Tomas Glozar --- rteval.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rteval.spec b/rteval.spec index bf40aa3..0db451d 100644 --- a/rteval.spec +++ b/rteval.spec @@ -1,6 +1,6 @@ Name: rteval Version: 3.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Utility to evaluate system suitability for RT Linux Group: Development/Tools @@ -29,6 +29,7 @@ Requires: perl-interpreter, perl-devel, perl-generators Requires: libmpc, libmpc-devel Requires: dwarves Requires: dmidecode +Requires: procps-ng BuildArch: noarch # Patches @@ -64,6 +65,10 @@ to the screen. %{_bindir}/rteval %changelog +* Wed May 29 2024 Tomas Glozar - 3.8-2 +- Add dependency on procps-ng which was missing in minimal environments +Resolves: RHEL-38379 + * Tue May 07 2024 John Kacur - 3.8-1 - Rebase rteval to upstream rteval-3.8 Resolves: RHEL-30165