From fee9ff8ae120712520bc65e44c15c1f36803c2c1 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 27 Dec 2023 16:38:28 +0300 Subject: [PATCH] import rteval-loads-1.6-2.el8 --- .gitignore | 1 + .rteval-loads.metadata | 1 + SPECS/rteval-loads.spec | 128 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 130 insertions(+) create mode 100644 .gitignore create mode 100644 .rteval-loads.metadata create mode 100644 SPECS/rteval-loads.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b535c36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/linux-5.18.1.tar.xz diff --git a/.rteval-loads.metadata b/.rteval-loads.metadata new file mode 100644 index 0000000..da93890 --- /dev/null +++ b/.rteval-loads.metadata @@ -0,0 +1 @@ +e952cf4cc50c7299117b7346671817be47c0a945 SOURCES/linux-5.18.1.tar.xz diff --git a/SPECS/rteval-loads.spec b/SPECS/rteval-loads.spec new file mode 100644 index 0000000..170db81 --- /dev/null +++ b/SPECS/rteval-loads.spec @@ -0,0 +1,128 @@ +Name: rteval-loads +Version: 1.6 +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.18.1.tar.xz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch + +%description +This package provides source code for system loads used by the rteval package + +%prep + +%build + +%install +mkdir -p ${RPM_BUILD_ROOT}/usr/share/rteval/loadsource +install -m 644 %{SOURCE0} ${RPM_BUILD_ROOT}/usr/share/rteval/loadsource + +%files +%defattr(-,root,root,-) +%dir %{_datadir}/rteval/loadsource +%{_datadir}/rteval/loadsource/* + +%changelog +* Wed Dec 27 2023 MSVSphere Packaging Team - 1.6-2 +- Rebuilt for MSVSphere 8.9 + +* Fri Jun 03 2022 John Kacur - 1.6-2 +- Upgrade run_tests.sh with the new kernel version +Resolves: rhbz#2093059 + +* Fri Jun 03 2022 John Kacur - 1.6-1 +- Upgrade the kernel to linux-5.18.1.tar.xz +Resolves: rhbz#2093059 + +* 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.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.4-12 +- Update stress-ng to 0.12.06 upstream +Resolves: rhbz#1947648 + +* Fri Jan 08 2021 John Kacur - 1.4-11 +- Update the URL source to the correct current location. +Resolves: rhbz#1914420 + +* Thu Jul 23 2020 John Kacur - 1.4-10 +- Rebuild bumping up both packages release number to avoid +- brew clashes +Resolves: rhbz#1859763 + +* Thu Jul 23 2020 John Kacur - 1.4-9 +- Rebuild excluding aarch64 since stress-ng already exists there +Resolves: rhbz#1859763 + +* Thu Jul 23 2020 John Kacur - 1.4-8 +- Upgrade to kernel linux-5.7 +- Removing old "Obsoletes" from spec file +Resolves: rhbz#1859763 + +* Fri May 22 2020 John Kacur - 1.4-7 +- Add stress-ng as a subpackage +Resolves: rhbz#1816357 + +* 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 + +* Tue Jun 12 2018 John Kacur - 1.4-3 +- Trigger a rebuild for rhel-8.0 + +* Thu Oct 19 2017 John Kacur - 1.4-2 +- updated the url of the linux kernel in this spec file +Resolves: rhbz1504141 + +* Tue Jan 10 2017 Clark Williams - 1.4-1 +- updated kernel tarball to 4.9 [1432625] + +* Fri Jun 5 2015 Clark Williams - 1.3-3 +- add requires for kernel-header package [1228740] + +* Mon Nov 10 2014 Luis Claudio R. Goncalves - 1.3-2 +- rebuild for RHEL-7.1 (1151569) + +* Fri May 20 2011 Clark Williams - 1.3-1 +- updated kernel tarball to 2.6.39 + +* Mon Feb 7 2011 Clark Williams - 1.2-3 +- initial build for MRG 2.0 (RHEL6) + +* Thu Jul 15 2010 Clark Williams - 1.2-2 +- removed rteval require from specfile (caused circular dependency) + +* Thu Jul 8 2010 Clark Williams - 1.2-1 +- removed hackbench tarball (now using rt-tests hackbench) + +* Fri Feb 19 2010 Clark Williams - 1.1-1 +- updated hackbench source with fixes from David Sommerseth + to cleanup child processes + +* Thu Nov 5 2009 Clark Williams - 1.0-1 +- initial packaging effort