Add Judy conditional for EPEL 8
This commit is contained in:
parent
443b0e6ee2
commit
182bbc0a89
@ -1,6 +1,6 @@
|
||||
Name: stress-ng
|
||||
Version: 0.11.14
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Stress test a computer system in various ways
|
||||
|
||||
License: GPLv2+
|
||||
@ -16,10 +16,15 @@ BuildRequires: libattr-devel
|
||||
BuildRequires: libbsd-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: Judy-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
|
||||
@ -57,6 +62,9 @@ install -pm 644 bash-completion/%{name} \
|
||||
%{_datadir}/bash-completion/completions/%{name}
|
||||
|
||||
%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
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user