Remove Suggests for unsupported qemu drivers in RHEL (RHBZ#1975703)
This commit is contained in:
parent
8df9b2daac
commit
2be2382c8f
@ -57,7 +57,7 @@ Summary: Access and modify virtual machine disk images
|
||||
Name: libguestfs
|
||||
Epoch: 1
|
||||
Version: 1.45.6
|
||||
Release: 6%{?dist}
|
||||
Release: 8%{?dist}
|
||||
License: LGPLv2+
|
||||
|
||||
# Build only for architectures that have a kernel
|
||||
@ -331,11 +331,15 @@ Requires: /usr/bin/qemu-img
|
||||
|
||||
# For qemu direct and libvirt backends.
|
||||
Requires: qemu-kvm-core
|
||||
%if !0%{?rhel}
|
||||
Suggests: qemu-block-curl
|
||||
Suggests: qemu-block-gluster
|
||||
Suggests: qemu-block-iscsi
|
||||
%endif
|
||||
Suggests: qemu-block-rbd
|
||||
%if !0%{?rhel}
|
||||
Suggests: qemu-block-ssh
|
||||
%endif
|
||||
Recommends: libvirt-daemon-config-network
|
||||
Requires: libvirt-daemon-driver-qemu >= 7.1.0
|
||||
Requires: libvirt-daemon-driver-secret
|
||||
@ -1116,6 +1120,9 @@ rm ocaml/html/.gitignore
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 24 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.6-8
|
||||
- Remove Suggests for unsupported qemu drivers in RHEL (RHBZ#1975703)
|
||||
|
||||
* Sat Jun 12 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.6-6
|
||||
- Depend on hivex-libs instead of hivex.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user