Go with Recommends instead of Requires virtio-win

See https://bugzilla.redhat.com/show_bug.cgi?id=1972644
This commit is contained in:
Richard W.M. Jones 2021-06-16 13:20:03 +01:00
parent 85358a3226
commit 29135227ce

View File

@ -141,7 +141,7 @@ Requires: mingw32-srvany >= 1.0-13
# On RHEL, virtio-win should be used to install virtio drivers
# and qemu-ga in converted guests. (RHBZ#1972644)
%if 0%{?rhel}
Requires: virtio-win
Recommends: virtio-win
%endif