Add Judy conditional for EPEL 8

This commit is contained in:
Christopher Brown 2020-08-18 22:13:42 +01:00
parent 443b0e6ee2
commit 182bbc0a89

View File

@ -1,6 +1,6 @@
Name: stress-ng Name: stress-ng
Version: 0.11.14 Version: 0.11.14
Release: 5%{?dist} Release: 6%{?dist}
Summary: Stress test a computer system in various ways Summary: Stress test a computer system in various ways
License: GPLv2+ License: GPLv2+
@ -16,10 +16,15 @@ BuildRequires: libattr-devel
BuildRequires: libbsd-devel BuildRequires: libbsd-devel
BuildRequires: libcap-devel BuildRequires: libcap-devel
BuildRequires: libgcrypt-devel BuildRequires: libgcrypt-devel
BuildRequires: Judy-devel
BuildRequires: lksctp-tools-devel BuildRequires: lksctp-tools-devel
BuildRequires: libatomic BuildRequires: libatomic
BuildRequires: zlib-devel BuildRequires: zlib-devel
%if 0%{?rhel} >= 8
# Waiting on BZ #1854339
# BuildRequires: Judy-devel
%else
BuildRequires: Judy-devel
%endif
ExcludeArch: ppc64 ExcludeArch: ppc64
ExcludeArch: ppc64le ExcludeArch: ppc64le
@ -57,6 +62,9 @@ install -pm 644 bash-completion/%{name} \
%{_datadir}/bash-completion/completions/%{name} %{_datadir}/bash-completion/completions/%{name}
%changelog %changelog
* Tue Aug 18 2020 Chris Brown <chris.brown@redhat.com> - 0.11.14-6
- Add Judy conditional for EPEL 8
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.14-5 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.14-5
- Second attempt - Rebuilt for - Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild