diff --git a/.gitignore b/.gitignore index 702722f..78bc378 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/linux-5.7.tar.xz +SOURCES/linux-5.13.2.tar.xz diff --git a/.rteval-loads.metadata b/.rteval-loads.metadata index 105dcaa..c1c69a3 100644 --- a/.rteval-loads.metadata +++ b/.rteval-loads.metadata @@ -1 +1 @@ -07e40057b78f1c9dd2b042056325d99fcf9f8a08 SOURCES/linux-5.7.tar.xz +cde5fb0ee29e9b12494b6cd09c6c8576e3f1c66b SOURCES/linux-5.13.2.tar.xz diff --git a/SPECS/rteval-loads.spec b/SPECS/rteval-loads.spec index 0fc36f0..dc73b88 100644 --- a/SPECS/rteval-loads.spec +++ b/SPECS/rteval-loads.spec @@ -1,11 +1,11 @@ Name: rteval-loads -Version: 1.4 -Release: 14%{?dist} +Version: 1.5 +Release: 2%{?dist} Summary: Source files for rteval loads Group: Development/Tools License: GPLv2 URL: https://git.kernel.org/pub/scm/utils/rteval/rteval.git -Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.7.tar.xz +Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.13.2.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -26,16 +26,24 @@ install -m 644 %{SOURCE0} ${RPM_BUILD_ROOT}/usr/share/rteval/loadsource %{_datadir}/rteval/loadsource/* %changelog -* Tue Oct 26 2021 John Kacur - 1.14-14 +* Wed Jan 19 2022 John Kacur - 1.5-2 +- Fix the gating test to match the kernel version delivered by rteval-loads +Resolves: rhbz#2042213 + +* Thu Jan 13 2022 John Kacur - 1.5-1 +- Update to kernel +Resolves: rhbz#2017513 + +* Tue Oct 26 2021 John Kacur - 1.4-14 - Remove stress-ng from rteval-loads Resolves:rhbz#2007027 -* Wed Apr 28 2021 John Kacur - 1.14-13 +* Wed Apr 28 2021 John Kacur - 1.4-13 - Rebuild rteval-build with a fixed binutils in brew - Bump the release number of stress-ng as well Resolves: rhbz#1954451 -* Mon Apr 12 2021 John Kacur - 1.14-12 +* Mon Apr 12 2021 John Kacur - 1.4-12 - Update stress-ng to 0.12.06 upstream Resolves: rhbz#1947648