Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/linux-5.18.1.tar.xz
|
SOURCES/linux-6.6.1.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
e952cf4cc50c7299117b7346671817be47c0a945 SOURCES/linux-5.18.1.tar.xz
|
b09d769f60d53ea3e598c1ac8c58a10bf1e63a3f SOURCES/linux-6.6.1.tar.xz
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
Name: rteval-loads
|
Name: rteval-loads
|
||||||
Version: 1.6
|
Version: 1.6
|
||||||
Release: 2%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Source files for rteval loads
|
Summary: Source files for rteval loads
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://git.kernel.org/pub/scm/utils/rteval/rteval.git
|
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
|
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.6.1.tar.xz
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -17,8 +18,8 @@ This package provides source code for system loads used by the rteval package
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p ${RPM_BUILD_ROOT}/usr/share/rteval/loadsource
|
mkdir -p %{buildroot}%{_datadir}/rteval/loadsource
|
||||||
install -m 644 %{SOURCE0} ${RPM_BUILD_ROOT}/usr/share/rteval/loadsource
|
install -m 644 %{SOURCE0} %{buildroot}%{_datadir}/rteval/loadsource
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -26,38 +27,51 @@ install -m 644 %{SOURCE0} ${RPM_BUILD_ROOT}/usr/share/rteval/loadsource
|
|||||||
%{_datadir}/rteval/loadsource/*
|
%{_datadir}/rteval/loadsource/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jun 03 2022 John Kacur <jkacur@redhat.com> - 1.6-2
|
* Thu Nov 09 2023 John Kacur <jkacur@redhat.com> - 1.6-4
|
||||||
- Upgrade run_tests.sh with the new kernel version
|
- Upgrade the the kernel to linux-6.6.1
|
||||||
Resolves: rhbz#2093059
|
- Make the gating tests match the correct kernel version
|
||||||
|
Resolves: RHEL-14482
|
||||||
|
|
||||||
* Fri Jun 03 2022 John Kacur <jkacur@redhat.com> - 1.6-1
|
* Fri Feb 03 2023 John Kacur <jkacur@redhat.com> - 1.6-3
|
||||||
|
- Upgrade the gating tests to match the kernel version in rteval-loads
|
||||||
|
Resolves: rhbz#2166356
|
||||||
|
jiraProject == RHELPLAN-147319
|
||||||
|
|
||||||
|
* Fri Feb 03 2023 John Kacur <jkacur@redhat.com> - 1.6-2
|
||||||
|
- Upgrade the kernel to linux-6.1.8.tar.xz
|
||||||
|
Resolves: rhbz#2166356
|
||||||
|
jiraProject == RHELPLAN-147319
|
||||||
|
|
||||||
|
* Fri Jun 03 2022 John Kacur<jkacur@redhat.com> - 1.6-1
|
||||||
- Upgrade the kernel to linux-5.18.1.tar.xz
|
- Upgrade the kernel to linux-5.18.1.tar.xz
|
||||||
Resolves: rhbz#2093059
|
Resolves: rhbz#2093058
|
||||||
|
|
||||||
* Wed Jan 19 2022 John Kacur <jkacur@redhat.com> - 1.5-2
|
* Wed Jan 19 2022 John Kacur <jkacur@redhat.com> - 1.5-1
|
||||||
- Fix the gating test to match the kernel version delivered by rteval-loads
|
- Fix the gating test to match the kernel version delivered by rteval-loads
|
||||||
Resolves: rhbz#2042213
|
- Change the version number to sync with rteval-loads in rhel-8
|
||||||
|
Resolves: rhbz#2042214
|
||||||
|
|
||||||
* Thu Jan 13 2022 John Kacur <jkacur@redhat.com> - 1.5-1
|
* Tue Jan 18 2022 John Kacur <jkacur@redhat.com> - 1.4-16
|
||||||
- Update to kernel
|
- Rebuild for rhel-9.0
|
||||||
Resolves: rhbz#2017513
|
Resolves: rhbz#2042053
|
||||||
|
|
||||||
* Tue Oct 26 2021 John Kacur <jkacur@redhat.com> - 1.4-14
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.4-15
|
||||||
- Remove stress-ng from rteval-loads
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Resolves:rhbz#2007027
|
Related: rhbz#1991688
|
||||||
|
|
||||||
* Wed Apr 28 2021 John Kacur <jkacur@redhat.com> - 1.4-13
|
* Thu Jul 15 2021 John Kacur <jkacur@redhat.com> - 1.4-14
|
||||||
- Rebuild rteval-build with a fixed binutils in brew
|
- Upgrade to linux-5.13.2
|
||||||
- Bump the release number of stress-ng as well
|
Resolves: rhbz#1890562
|
||||||
Resolves: rhbz#1954451
|
|
||||||
|
|
||||||
* Mon Apr 12 2021 John Kacur <jkacur@redhat.com> - 1.4-12
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.4-13
|
||||||
- Update stress-ng to 0.12.06 upstream
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
Resolves: rhbz#1947648
|
|
||||||
|
|
||||||
* Fri Jan 08 2021 John Kacur <jkacur@redhat.com> - 1.4-11
|
* Thu Jan 28 2021 John Kacur <jkacur@redhat.com> - 1.4-12
|
||||||
- Update the URL source to the correct current location.
|
- Since this package only delivers kernel, moving the spec requires
|
||||||
Resolves: rhbz#1914420
|
for building it to the rteval packages
|
||||||
|
|
||||||
|
* Sun Jan 10 2021 John Kacur <jkacur@redhat.com> - 1.4-11
|
||||||
|
- Remove stress-ng since it is already packaged with Fedora
|
||||||
|
|
||||||
* Thu Jul 23 2020 John Kacur <jkacur@redhat.com> - 1.4-10
|
* Thu Jul 23 2020 John Kacur <jkacur@redhat.com> - 1.4-10
|
||||||
- Rebuild bumping up both packages release number to avoid
|
- Rebuild bumping up both packages release number to avoid
|
||||||
|
Loading…
Reference in New Issue
Block a user