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:
John Kacur 2021-08-05 10:54:07 -04:00
parent 579396834f
commit ac2923b81c
2 changed files with 10 additions and 4 deletions

View File

@ -1 +1 @@
SHA512 (stress-ng-0.12.04.tar.xz) = 0fdd92d8b9374f5e296cd8851d2172df2dacfd2c99ab80914ef1bdebebbc66cb88e1792d819734203ec9d4f657765f1cab0e46e12cc3c8753559027b98be884f
SHA512 (stress-ng-0.13.00.tar.xz) = c3d5dd7d27d538f148837bf8be0a9a9f4713bfb44c6ea203647b87b1a033757cb61599781ce95ea8b06943dcc1ed7762dec8c9859ad77673b5d44f3380741d6e

View File

@ -1,6 +1,6 @@
Name: stress-ng
Version: 0.12.04
Release: 3%{?dist}
Version: 0.13.00
Release: 1%{?dist}
Summary: Stress test a computer system in various ways
License: GPLv2+
@ -21,6 +21,8 @@ BuildRequires: libatomic
BuildRequires: zlib-devel
BuildRequires: Judy-devel
# Patches
%description
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
@ -32,7 +34,7 @@ system kernel interfaces.
%build
export CFLAGS="%{optflags}"
export LDFLAGS="%{__global_ldflags}"
%make_build
%make_build V=
%install
install -p -m 755 -D %{name} %{buildroot}%{_bindir}/%{name}
@ -51,6 +53,10 @@ install -pm 644 bash-completion/%{name} \
%{_datadir}/bash-completion/completions/%{name}
%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
- Bump release number
Resolves: rhbz#1846033