Rebase to stress-ng-0.13.00 to get fix for build break with glibc-2.34
Rebase to stress-ng-0.13.00 to get fix for build break with glibc-2.34 Resolves: rhbz#1984800 Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
parent
579396834f
commit
ac2923b81c
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (stress-ng-0.12.04.tar.xz) = 0fdd92d8b9374f5e296cd8851d2172df2dacfd2c99ab80914ef1bdebebbc66cb88e1792d819734203ec9d4f657765f1cab0e46e12cc3c8753559027b98be884f
|
SHA512 (stress-ng-0.13.00.tar.xz) = c3d5dd7d27d538f148837bf8be0a9a9f4713bfb44c6ea203647b87b1a033757cb61599781ce95ea8b06943dcc1ed7762dec8c9859ad77673b5d44f3380741d6e
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: stress-ng
|
Name: stress-ng
|
||||||
Version: 0.12.04
|
Version: 0.13.00
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Stress test a computer system in various ways
|
Summary: Stress test a computer system in various ways
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -21,6 +21,8 @@ BuildRequires: libatomic
|
|||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: Judy-devel
|
BuildRequires: Judy-devel
|
||||||
|
|
||||||
|
# Patches
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Stress test a computer system in various ways. It was designed to exercise
|
Stress test a computer system in various ways. It was designed to exercise
|
||||||
various physical subsystems of a computer as well as the various operating
|
various physical subsystems of a computer as well as the various operating
|
||||||
@ -32,7 +34,7 @@ system kernel interfaces.
|
|||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
export LDFLAGS="%{__global_ldflags}"
|
export LDFLAGS="%{__global_ldflags}"
|
||||||
%make_build
|
%make_build V=
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -p -m 755 -D %{name} %{buildroot}%{_bindir}/%{name}
|
install -p -m 755 -D %{name} %{buildroot}%{_bindir}/%{name}
|
||||||
@ -51,6 +53,10 @@ install -pm 644 bash-completion/%{name} \
|
|||||||
%{_datadir}/bash-completion/completions/%{name}
|
%{_datadir}/bash-completion/completions/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 03 2021 John Kacur <jkacur@redhat.com> - 0.13.00-1
|
||||||
|
- Rebase to stress-ng-0.13.00 to get fix for build break with glibc-2.34
|
||||||
|
Resolves: rhbz#1984800
|
||||||
|
|
||||||
* Tue Jun 15 2021 John Kacur <jkacur@redhat.com> - 0.12.04-3
|
* Tue Jun 15 2021 John Kacur <jkacur@redhat.com> - 0.12.04-3
|
||||||
- Bump release number
|
- Bump release number
|
||||||
Resolves: rhbz#1846033
|
Resolves: rhbz#1846033
|
||||||
|
Loading…
Reference in New Issue
Block a user