Rebase to rteval-3.7 upstream
jiraProject == RHEL-7863 Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
parent
0ab8938885
commit
48500e037e
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/rteval-3.3.tar.xz
|
/rteval-3.3.tar.xz
|
||||||
/rteval-3.4.tar.xz
|
/rteval-3.4.tar.xz
|
||||||
/rteval-3.5.tar.xz
|
/rteval-3.5.tar.xz
|
||||||
|
/rteval-3.7.tar.xz
|
||||||
|
67
rteval.spec
67
rteval.spec
@ -1,6 +1,6 @@
|
|||||||
Name: rteval
|
Name: rteval
|
||||||
Version: 3.5
|
Version: 3.7
|
||||||
Release: 11%{?dist}
|
Release: 1%{?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
|
||||||
@ -31,36 +31,6 @@ Requires: dwarves
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
#Patches
|
#Patches
|
||||||
Patch1: rteval-Replace-python-ethtool-with-inline-code.patch
|
|
||||||
Patch2: Fix-DMI-WARNING-when-not-running-as-root.patch
|
|
||||||
Patch3: rteval-Don-t-attempt-to-get-DMIinfo-if-there-are-dmi.patch
|
|
||||||
Patch4: rteval-Catch-failures-in-python-dmidecode.patch
|
|
||||||
Patch5: rteval-Change-the-default-kernel-to-compile-to-linux.patch
|
|
||||||
Patch6: Added-code-to-check-if-the-proc-net-if_inet6-file-ex.patch
|
|
||||||
Patch7: rteval-rteval-__init__.py-Convert-regular-strings-to.patch
|
|
||||||
Patch8: rteval-rtevalReport.py-Convert-regular-strings-to-f-.patch
|
|
||||||
Patch9: rteval-rtevalXMLRPC.py-Convert-regular-strings-to-f-.patch
|
|
||||||
Patch10: rteval-rtevalConfig.py-Convert-regular-strings-to-f-.patch
|
|
||||||
Patch11: rteval-xmlout.py-Convert-to-f-strings-where-possible.patch
|
|
||||||
Patch12: rteval-Log.py-Convert-to-f-strings.patch
|
|
||||||
Patch13: rteval-Use-f-strings-in-rtevalclient.py.patch
|
|
||||||
Patch14: rteval-Use-f-strings-in-rtevalConfig.patch
|
|
||||||
Patch15: rteval-Use-f-strings-in-kernel.py.patch
|
|
||||||
Patch16: rteval-Use-f-strings-in-memory.py.patch
|
|
||||||
Patch17: rteval-Use-f-strings-in-osinfo.patch
|
|
||||||
Patch18: rteval-Use-f-strings-in-services.py.patch
|
|
||||||
Patch19: rteval-Use-f-strings-in-tools.py.patch
|
|
||||||
Patch20: rteval-Use-f-strings-in-cputopology.patch
|
|
||||||
Patch21: rteval-Changed-files-to-use-argparse.patch
|
|
||||||
Patch22: rteval-server-edited-files-to-use-optparse.patch
|
|
||||||
Patch23: rteval-Detect-isolcpus-in-systopology.patch
|
|
||||||
Patch24: rteval-Report-isolated-CPUs.patch
|
|
||||||
Patch25: rteval-Exclude-isolcpus-from-kcompile-by-default.patch
|
|
||||||
Patch26: rteval-Exclude-isolcpus-from-stressng-by-default.patch
|
|
||||||
Patch27: rteval-Fix-CPU-count-calculation-for-hackbench.patch
|
|
||||||
Patch28: rteval-Exclude-isolcpus-from-loads-report.patch
|
|
||||||
Patch29: rteval-Add-missing-docstrings-in-SysTopology.patch
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The rteval script is a utility for measuring various aspects of
|
The rteval script is a utility for measuring various aspects of
|
||||||
@ -73,35 +43,6 @@ to the screen.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
%patch3 -p1
|
|
||||||
%patch4 -p1
|
|
||||||
%patch5 -p1
|
|
||||||
%patch6 -p1
|
|
||||||
%patch7 -p1
|
|
||||||
%patch8 -p1
|
|
||||||
%patch9 -p1
|
|
||||||
%patch10 -p1
|
|
||||||
%patch11 -p1
|
|
||||||
%patch12 -p1
|
|
||||||
%patch13 -p1
|
|
||||||
%patch14 -p1
|
|
||||||
%patch15 -p1
|
|
||||||
%patch16 -p1
|
|
||||||
%patch17 -p1
|
|
||||||
%patch18 -p1
|
|
||||||
%patch19 -p1
|
|
||||||
%patch20 -p1
|
|
||||||
%patch21 -p1
|
|
||||||
%patch22 -p1
|
|
||||||
%patch23 -p1
|
|
||||||
%patch24 -p1
|
|
||||||
%patch25 -p1
|
|
||||||
%patch26 -p1
|
|
||||||
%patch27 -p1
|
|
||||||
%patch28 -p1
|
|
||||||
%patch29 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python3} setup.py build
|
%{__python3} setup.py build
|
||||||
@ -123,6 +64,10 @@ to the screen.
|
|||||||
%{_bindir}/rteval
|
%{_bindir}/rteval
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 24 2023 John Kacur <jkacur@redhat.com> - 3.7-1
|
||||||
|
- Rebase to rteval-3.7 upstream
|
||||||
|
jiraProject == RHEL-7863
|
||||||
|
|
||||||
* Wed Oct 04 2023 Tomas Glozar <tglozar@redhat.com> - 3.5-11
|
* Wed Oct 04 2023 Tomas Glozar <tglozar@redhat.com> - 3.5-11
|
||||||
- Added patch set that enables rteval to do load calculations and reporting
|
- Added patch set that enables rteval to do load calculations and reporting
|
||||||
correctly on systems with isolated CPUs
|
correctly on systems with isolated CPUs
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (rteval-3.5.tar.xz) = 728e175acbc8170344c4e7bd191089239c6e05d05040458c4faac33c98241012058633955b1256b5fb0960f3e9c61bf2915b6e95b0216e3375c1ce5022ec995f
|
SHA512 (rteval-3.7.tar.xz) = f6010fae457144e21b122746808411a6071b0c1db7d763bcf9e409fb570fc542c7463647ded77118534574f8d476f68576902af191a4edf8c296233a63704660
|
||||||
|
Loading…
Reference in New Issue
Block a user