Disable BR qemu-img on i686.
This commit is contained in:
parent
77f5ff090f
commit
e4160545b0
15
libnbd.spec
15
libnbd.spec
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: libnbd
|
Name: libnbd
|
||||||
Version: 1.7.1
|
Version: 1.7.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: NBD client library in userspace
|
Summary: NBD client library in userspace
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -63,14 +63,14 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: gnutls-utils
|
BuildRequires: gnutls-utils
|
||||||
BuildRequires: jq
|
BuildRequires: jq
|
||||||
BuildRequires: nbd
|
BuildRequires: nbd
|
||||||
BuildRequires: qemu-img
|
|
||||||
BuildRequires: util-linux
|
BuildRequires: util-linux
|
||||||
|
|
||||||
# On RHEL, maybe even in Fedora in future, we do not build nbdkit for
|
# On RHEL, maybe even in Fedora in future, we do not build qemu-img or
|
||||||
# i686. nbdkit is only needed for the test suite so make it optional.
|
# nbdkit for i686. These are only needed for the test suite so make
|
||||||
# This reduces our test exposure on 32 bit platforms, although there
|
# them optional. This reduces our test exposure on 32 bit platforms,
|
||||||
# is still Fedora/armv7 and some upstream testing.
|
# although there is still Fedora/armv7 and some upstream testing.
|
||||||
%ifnarch %{ix86}
|
%ifnarch %{ix86}
|
||||||
|
BuildRequires: qemu-img
|
||||||
BuildRequires: nbdkit
|
BuildRequires: nbdkit
|
||||||
BuildRequires: nbdkit-data-plugin
|
BuildRequires: nbdkit-data-plugin
|
||||||
BuildRequires: nbdkit-eval-plugin
|
BuildRequires: nbdkit-eval-plugin
|
||||||
@ -299,6 +299,9 @@ make %{?_smp_mflags} check || {
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 29 2021 Richard W.M. Jones <rjones@redhat.com> - 1.7.1-5
|
||||||
|
- Disable BR qemu-img on i686.
|
||||||
|
|
||||||
* Thu Jan 28 2021 Richard W.M. Jones <rjones@redhat.com> - 1.7.1-3
|
* Thu Jan 28 2021 Richard W.M. Jones <rjones@redhat.com> - 1.7.1-3
|
||||||
- Disable BR nbdkit on i686 because it breaks ELN/RHEL 9.
|
- Disable BR nbdkit on i686 because it breaks ELN/RHEL 9.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user