diff --git a/.gitignore b/.gitignore index 24d347e..2177055 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/linux-4.9.tar.xz +SOURCES/linux-5.1.tar.xz diff --git a/.rteval-loads.metadata b/.rteval-loads.metadata index 659845d..aa7ac4e 100644 --- a/.rteval-loads.metadata +++ b/.rteval-loads.metadata @@ -1 +1 @@ -fa46da077c077467776cdc45a7b50d327a081ab4 SOURCES/linux-4.9.tar.xz +78a8af2c8bfb04f09fb94584ca9ad2bec1710365 SOURCES/linux-5.1.tar.xz diff --git a/SPECS/rteval-loads.spec b/SPECS/rteval-loads.spec index fc95dbd..a6b0c4e 100644 --- a/SPECS/rteval-loads.spec +++ b/SPECS/rteval-loads.spec @@ -1,11 +1,11 @@ Name: rteval-loads Version: 1.4 -Release: 4%{?dist} +Release: 6%{?dist} Summary: Source files for rteval loads Group: Development/Tools License: GPLv2 URL: http://git.kernel.org/?p=linux/kernel/git/clrkwllms/rteval.git -Source0: https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.9.tar.xz +Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.1.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: gcc binutils make kernel-headers @@ -37,6 +37,14 @@ rm -rf ${RPM_BUILD_ROOT} %doc %changelog +* Thu Nov 21 2019 John Kacur - 1.4-6 +- Update the gating test run_tests.sh for the kernel linux-5.1 +Resolves: rhbz#1775202 + +* Fri Nov 08 2019 John Kacur - 1.4-5 +- Upgrade to using kernel linux-5.1 +Resolves: rhbz#1724827 + * Mon Apr 01 2019 Clark Williams - 1.4-4 - OSCI gating framework Resolves: rhbz#1682425