Change Recommends -> Requires for libguestfs-xfs.

Just using Recommends is insufficient to get RHEL to pull in
libguestfs-xfs as a dependency.

Thanks: Josh Boyer
This commit is contained in:
Richard W.M. Jones 2021-05-07 11:57:58 +01:00
parent 6e9ced10a5
commit 7599291a16
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ Requires: libguestfs%{?_isa} >= 1:1.42
Requires: guestfs-tools >= 1.42
# XFS is the default filesystem in Fedora and RHEL.
Recommends: libguestfs-xfs
Requires: libguestfs-xfs
%if 0%{?rhel}
# For Windows conversions on RHEL.