Update to the latest rteval upstream
Include a patch to use the latest rteval-loads with a newer kernel to compile that works with newer tool chains for example with arm
This commit is contained in:
parent
7955ad4b44
commit
2b26e879c5
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,3 +3,6 @@
|
||||
/rteval-3.2.tar.xz
|
||||
/rteval-3.5.tar.xz
|
||||
/rteval-3.6.tar.xz
|
||||
/rteval-3.7.tar.xz
|
||||
/0001-rteval-Change-the-default-kernel-for-kcompile-to-lin.patch
|
||||
/0002-rteval-Remove-upstream-spec-file.patch
|
||||
|
17
rteval.spec
17
rteval.spec
@ -1,10 +1,10 @@
|
||||
Name: rteval
|
||||
Version: 3.6
|
||||
Release: 4%{?dist}
|
||||
Version: 3.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Utility to evaluate system suitability for RT Linux
|
||||
|
||||
Group: Development/Tools
|
||||
License: GPLv2
|
||||
License: GPL-2.0-only AND GPL-2.0-or-later
|
||||
URL: https://git.kernel.org/pub/scm/utils/rteval/rteval.git
|
||||
Source0: https://www.kernel.org/pub/linux/utils/%{name}/%{name}-%{version}.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -15,7 +15,7 @@ Requires: python3-lxml
|
||||
Requires: python3-libxml2
|
||||
Requires: python3-dmidecode >= 3.10
|
||||
Requires: realtime-tests
|
||||
Requires: rteval-loads >= 1.6-3
|
||||
Requires: rteval-loads >= 1.6-5
|
||||
Requires: sysstat
|
||||
Requires: xz bzip2 tar gzip m4 gawk
|
||||
Requires: kernel-headers
|
||||
@ -32,6 +32,8 @@ Requires: dwarves
|
||||
BuildArch: noarch
|
||||
|
||||
# Patches
|
||||
Patch1: 0001-rteval-Change-the-default-kernel-for-kcompile-to-lin.patch
|
||||
Patch2: 0002-rteval-Remove-upstream-spec-file.patch
|
||||
|
||||
%description
|
||||
The rteval script is a utility for measuring various aspects of
|
||||
@ -44,6 +46,8 @@ to the screen.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch 1 -p1
|
||||
%patch 2 -p1
|
||||
|
||||
%build
|
||||
%{__python3} setup.py build
|
||||
@ -64,6 +68,11 @@ to the screen.
|
||||
%{_bindir}/rteval
|
||||
|
||||
%changelog
|
||||
* Fri Dec 01 2023 John Kacur <jkacur@redhat.com> - 3.7-1
|
||||
- Update to the latest rteval upstream
|
||||
- Include a patch to use the latest rteval-loads with a newer kernel to
|
||||
compile that works with newer tool chains for example with arm
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.6-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
4
sources
4
sources
@ -1 +1,3 @@
|
||||
SHA512 (rteval-3.6.tar.xz) = 1b12e22253d5650dbd99d6c9a7f5006d2371d2feda01947dc389d3f6ac5deae71fd487b8477e41e225d83c310b1a3d733dc411907ac4eb3d850acee58587463b
|
||||
SHA512 (rteval-3.7.tar.xz) = f6010fae457144e21b122746808411a6071b0c1db7d763bcf9e409fb570fc542c7463647ded77118534574f8d476f68576902af191a4edf8c296233a63704660
|
||||
SHA512 (0001-rteval-Change-the-default-kernel-for-kcompile-to-lin.patch) = e127ed1a3a5c4596597f53eeacdb080dfaa000df86f4bc275dbc58867a3f3bf33c1f476ee56e892aa46039fc0b18d1410b26f5338e309314da8eb7f702088ff9
|
||||
SHA512 (0002-rteval-Remove-upstream-spec-file.patch) = f240e551028f751ada510e7c6e7e06ffd4a6176c2a815a3d5719e8c33d00e0499bbc7285b99a69eeeabfd51fc23889691b740d40877c07a36d4afc4b9a6beda3
|
||||
|
Loading…
Reference in New Issue
Block a user