diff --git a/rteval.spec b/rteval.spec index 5b929d6..b842925 100644 --- a/rteval.spec +++ b/rteval.spec @@ -1,6 +1,6 @@ Name: rteval Version: 3.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Utility to evaluate system suitability for RT Linux Group: Development/Tools @@ -28,6 +28,7 @@ Requires: gcc flex bison bc make Requires: elfutils elfutils-libelf-devel Requires: openssl Requires: openssl-devel +Requires: stress-ng Obsoletes: rteval-common <= 3.1 #Patches @@ -82,6 +83,10 @@ rm -rf $RPM_BUILD_ROOT %{python3_sitelib}/rteval/__pycache__/* %changelog +* Thu Jul 15 2021 John Kacur - 3.2-3 +- Add stress-ng as a Requires in the specfile +Resolves: rhbz#1981875 + * Thu Jul 15 2021 John Kacur - 3.2-2 - Restrict measurement threads to cpus in the cpumask Resolves: rhbz#1982707