diff --git a/.gitignore b/.gitignore index d8d179c..ce47971 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/rteval-3.4.tar.xz +SOURCES/rteval-3.5.tar.xz diff --git a/.rteval.metadata b/.rteval.metadata index a5f5fde..476b584 100644 --- a/.rteval.metadata +++ b/.rteval.metadata @@ -1 +1 @@ -0e04e697615aff39a95dfd864c6bf504bf0ac7c4 SOURCES/rteval-3.4.tar.xz +3aee70e8cca181b05b522acab8a44d45fb876e28 SOURCES/rteval-3.5.tar.xz diff --git a/SPECS/rteval.spec b/SPECS/rteval.spec index 5ffd145..411daa7 100644 --- a/SPECS/rteval.spec +++ b/SPECS/rteval.spec @@ -1,6 +1,6 @@ Name: rteval -Version: 3.4 -Release: 2%{?dist} +Version: 3.5 +Release: 1%{?dist} Summary: Utility to evaluate system suitability for RT Linux Group: Development/Tools @@ -14,6 +14,7 @@ Requires: platform-python Requires: python3-ethtool Requires: python3-lxml Requires: python3-dmidecode >= 3.10 +Requires: python3-requests Requires: rt-tests >= 1.5-11 Requires: rteval-loads >= 1.6-2 Requires: sysstat @@ -62,7 +63,6 @@ to the screen. %{python3_sitelib}/rteval/rtevalXMLRPC.py* %{python3_sitelib}/rteval/version.py* %{python3_sitelib}/rteval/Log.py* -%{python3_sitelib}/rteval/misc.py* %{python3_sitelib}/rteval/systopology.py* %{_mandir}/man8/rteval.8.gz %config(noreplace) %{_sysconfdir}/rteval.conf @@ -78,6 +78,24 @@ to the screen. %{python3_sitelib}/rteval/__pycache__/* %changelog +* Fri Sep 23 2022 John Kacur - 3.5-1 +- Rebase to rteval-3.5 upstream +Resolves: rhbz#2119172 + +* Thu Sep 22 2022 Leah Leshchinsky - 3.4-5 +- Add measurement and load location to run report +Resolves: rhbz#2082260 + +* Tue Sep 13 2022 John Kacur - 3.4-4 +- Make use of systopology instead of misc everywhere +- Allow user to enter compressed form of cpulist +Resolves: rhbz#2121535 + +* Mon Sep 12 2022 John Kacur - 3.4-3 +- Add option for downloading the kernel to compile as a load +- Add a manpage entry for the kernel download option +Resolves: rhbz#2107710 + * Tue Jun 28 2022 John Kacur - 3.4-2 - Add back __pycache__ to the rhel-8.7 spec file Resolves: rhbz#2069354