import rteval-loads-1.4-11.el8
This commit is contained in:
parent
9af8eddbcd
commit
6cdba5f692
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
SOURCES/linux-5.1.tar.xz
|
||||
SOURCES/linux-5.7.tar.xz
|
||||
SOURCES/stress-ng-0.11.10.tar.xz
|
||||
|
@ -1,2 +1,2 @@
|
||||
78a8af2c8bfb04f09fb94584ca9ad2bec1710365 SOURCES/linux-5.1.tar.xz
|
||||
07e40057b78f1c9dd2b042056325d99fcf9f8a08 SOURCES/linux-5.7.tar.xz
|
||||
40fef9cd9129d41165c4beb0308e6d66cd4c006c SOURCES/stress-ng-0.11.10.tar.xz
|
||||
|
@ -1,22 +1,20 @@
|
||||
Name: rteval-loads
|
||||
Version: 1.4
|
||||
Release: 7%{?dist}
|
||||
Release: 11%{?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.7.tar.xz
|
||||
|
||||
%package -n stress-ng
|
||||
Version: 0.11.10
|
||||
Release: 1%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Stress test a computer system in various ways
|
||||
Source1: https://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-%{version}.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
|
||||
BuildRequires: gcc
|
||||
BuildRequires: glibc-devel
|
||||
@ -30,6 +28,9 @@ BuildRequires: zlib-devel
|
||||
|
||||
ExcludeArch: ppc64
|
||||
ExcludeArch: ppc64le
|
||||
# The following architecture is excluded because stress-ng is alreadz
|
||||
# available there
|
||||
ExcludeArch: aarch64
|
||||
|
||||
#Patches
|
||||
Patch1: 0001-stress-hdd-use-preadv-preadv2-pwritev-pwritev2.patch
|
||||
@ -130,6 +131,24 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_datadir}/stress-ng/example-jobs/*.job
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user