Replace python-dmidecode with initial dmidecode output parsing

jiraProject== RHEL-30158

Signed-off-by: Tomas Glozar <tglozar@redhat.com>
This commit is contained in:
Tomas Glozar 2024-04-05 08:38:22 +02:00
parent 1e67c0e973
commit d83dcd1eee

View File

@ -1,6 +1,6 @@
Name: rteval Name: rteval
Version: 3.7 Version: 3.7
Release: 4%{?dist} Release: 5%{?dist}
Summary: Utility to evaluate system suitability for RT Linux Summary: Utility to evaluate system suitability for RT Linux
Group: Development/Tools Group: Development/Tools
@ -28,6 +28,7 @@ Requires: stress-ng
Requires: perl-interpreter, perl-devel, perl-generators Requires: perl-interpreter, perl-devel, perl-generators
Requires: libmpc, libmpc-devel Requires: libmpc, libmpc-devel
Requires: dwarves Requires: dwarves
Requires: dmidecode
BuildArch: noarch BuildArch: noarch
# Patches # Patches
@ -39,6 +40,7 @@ Patch5: rteval-Refactor-collapse_cpulist-in-systopology.patch
Patch6: rteval-Minor-improvements-to-CpuList-class.patch Patch6: rteval-Minor-improvements-to-CpuList-class.patch
Patch7: rteval-Convert-CpuList-class-to-a-module.patch Patch7: rteval-Convert-CpuList-class-to-a-module.patch
Patch8: rteval-Add-relative-cpulists-for-measurements.patch Patch8: rteval-Add-relative-cpulists-for-measurements.patch
Patch9: rteval-Implement-initial-dmidecode-support.patch
%description %description
@ -60,6 +62,7 @@ to the screen.
%patch 6 -p1 %patch 6 -p1
%patch 7 -p1 %patch 7 -p1
%patch 8 -p1 %patch 8 -p1
%patch 9 -p1
%build %build
%{__python3} setup.py build %{__python3} setup.py build
@ -80,6 +83,10 @@ to the screen.
%{_bindir}/rteval %{_bindir}/rteval
%changelog %changelog
* Thu Apr 05 2024 Tomas Glozar <tglozar@redhat.com> - 3.7-5
- Replace python-dmidecode with initial dmidecode output parsing
Resolves: RHEL-30158
* Fri Mar 22 2024 John Kacur <jkacur@redhat.com> - 3.7-4 * Fri Mar 22 2024 John Kacur <jkacur@redhat.com> - 3.7-4
- Remove python3-dmidecode as a Requires - Remove python3-dmidecode as a Requires
- Add relative cpulists for measurements - Add relative cpulists for measurements