Bump to 0.11.23

Drop EPEL 8 Judy conditional
This commit is contained in:
Christopher Brown 2020-11-10 10:14:46 +00:00
parent 4274100f9a
commit 0e31860302
2 changed files with 6 additions and 7 deletions

View File

@ -1 +1 @@
SHA512 (stress-ng-0.11.21.tar.xz) = ec41d57f1d58150efc5db5cf96d8b2d8f6f2453cce2f5b2275b8cacb68fad6acfe7fe3004326413ab4ee02098a340938a3cf04404141f1310a05e07abaf7b500
SHA512 (stress-ng-0.11.23.tar.xz) = 1642e6ea8ee75e400d5ea4e40d61384f9a895cd489715be1107d6cd06eea2274ac0b32320cabe806d0f919efbea8061848d9c9c4bdc5980704e7a2db45c9be70

View File

@ -1,5 +1,5 @@
Name: stress-ng
Version: 0.11.21
Version: 0.11.23
Release: 1%{?dist}
Summary: Stress test a computer system in various ways
@ -19,12 +19,7 @@ BuildRequires: libgcrypt-devel
BuildRequires: lksctp-tools-devel
BuildRequires: libatomic
BuildRequires: zlib-devel
%if 0%{?rhel} >= 8
# Waiting on BZ #1854339
# BuildRequires: Judy-devel
%else
BuildRequires: Judy-devel
%endif
ExcludeArch: ppc64
ExcludeArch: ppc64le
@ -62,6 +57,10 @@ install -pm 644 bash-completion/%{name} \
%{_datadir}/bash-completion/completions/%{name}
%changelog
* Tue Nov 10 2020 Chris Brown <chris.brown@redhat.com> - 0.11.23-1
- Bump to 0.11.23
- Drop EPEL 8 Judy conditional
* Wed Sep 30 2020 Chris Brown <chris.brown@redhat.com> - 0.11.21-1
- Bump to 0.11.21