Compare commits

...

No commits in common. "imports/c8-beta/rteval-loads-1.4-6.el8" and "c8" have entirely different histories.

3 changed files with 57 additions and 17 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/linux-5.1.tar.xz
SOURCES/linux-5.18.1.tar.xz

View File

@ -1 +1 @@
78a8af2c8bfb04f09fb94584ca9ad2bec1710365 SOURCES/linux-5.1.tar.xz
e952cf4cc50c7299117b7346671817be47c0a945 SOURCES/linux-5.18.1.tar.xz

View File

@ -1,16 +1,12 @@
Name: rteval-loads
Version: 1.4
Release: 6%{?dist}
Version: 1.6
Release: 2%{?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/v5.x/linux-5.1.tar.xz
URL: https://git.kernel.org/pub/scm/utils/rteval/rteval.git
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.18.1.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: gcc binutils make kernel-headers
Obsoletes: rteval-kcompile >= 1.0
Obsoletes: rteval-hackbench >= 1.0
BuildArch: noarch
%description
@ -21,22 +17,66 @@ This package provides source code for system loads used by the rteval package
%build
%install
rm -rf ${RPM_BUILD_ROOT}
mkdir -p ${RPM_BUILD_ROOT}
mkdir -p ${RPM_BUILD_ROOT}/usr/share/rteval/loadsource
install -m 644 %{SOURCE0} ${RPM_BUILD_ROOT}/usr/share/rteval/loadsource
%clean
rm -rf ${RPM_BUILD_ROOT}
%files
%defattr(-,root,root,-)
%dir %{_datadir}/rteval/loadsource
%{_datadir}/rteval/loadsource/*
%doc
%changelog
* Fri Jun 03 2022 John Kacur <jkacur@redhat.com> - 1.6-2
- Upgrade run_tests.sh with the new kernel version
Resolves: rhbz#2093059
* Fri Jun 03 2022 John Kacur <jkacur@redhat.com> - 1.6-1
- Upgrade the kernel to linux-5.18.1.tar.xz
Resolves: rhbz#2093059
* Wed Jan 19 2022 John Kacur <jkacur@redhat.com> - 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 <jkacur@redhat.com> - 1.5-1
- Update to kernel
Resolves: rhbz#2017513
* Tue Oct 26 2021 John Kacur <jkacur@redhat.com> - 1.4-14
- Remove stress-ng from rteval-loads
Resolves:rhbz#2007027
* Wed Apr 28 2021 John Kacur <jkacur@redhat.com> - 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 <jkacur@redhat.com> - 1.4-12
- Update stress-ng to 0.12.06 upstream
Resolves: rhbz#1947648
* Fri Jan 08 2021 John Kacur <jkacur@redhat.com> - 1.4-11
- Update the URL source to the correct current location.
Resolves: rhbz#1914420
* Thu Jul 23 2020 John Kacur <jkacur@redhat.com> - 1.4-10
- Rebuild bumping up both packages release number to avoid
- brew clashes
Resolves: rhbz#1859763
* Thu Jul 23 2020 John Kacur <jkacur@redhat.com> - 1.4-9
- Rebuild excluding aarch64 since stress-ng already exists there
Resolves: rhbz#1859763
* Thu Jul 23 2020 John Kacur <jkacur@redhat.com> - 1.4-8
- Upgrade to kernel linux-5.7
- Removing old "Obsoletes" from spec file
Resolves: rhbz#1859763
* Fri May 22 2020 John Kacur <jkacur@redhat.com> - 1.4-7
- Add stress-ng as a subpackage
Resolves: rhbz#1816357
* Thu Nov 21 2019 John Kacur <jkacur@redhat.com> - 1.4-6
- Update the gating test run_tests.sh for the kernel linux-5.1
Resolves: rhbz#1775202