Fix installation on newer RHEL
libguestfs-winsupport is not available in ELN, only RHEL. platform-python was limited to RHEL 8, but was virtually provided by python3 in RHEL 9 for compatibility.
This commit is contained in:
parent
686b606973
commit
20323cd1bc
@ -107,7 +107,7 @@ Requires: guestfs-tools >= 1.49.7-1
|
|||||||
# XFS is the default filesystem in Fedora and RHEL.
|
# XFS is the default filesystem in Fedora and RHEL.
|
||||||
Requires: libguestfs-xfs
|
Requires: libguestfs-xfs
|
||||||
|
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel} && ! 0%{?eln}
|
||||||
# For Windows conversions on RHEL.
|
# For Windows conversions on RHEL.
|
||||||
Requires: libguestfs-winsupport >= 7.2
|
Requires: libguestfs-winsupport >= 7.2
|
||||||
%endif
|
%endif
|
||||||
@ -128,7 +128,7 @@ Requires: edk2-ovmf
|
|||||||
Requires: edk2-aarch64
|
Requires: edk2-aarch64
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if !0%{?rhel}
|
%if 0%{?rhel} != 8
|
||||||
Requires: python3
|
Requires: python3
|
||||||
%else
|
%else
|
||||||
Requires: platform-python
|
Requires: platform-python
|
||||||
@ -321,6 +321,7 @@ done
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Jun 05 2023 Richard W.M. Jones <rjones@redhat.com> - 1:2.3.4-2
|
* Mon Jun 05 2023 Richard W.M. Jones <rjones@redhat.com> - 1:2.3.4-2
|
||||||
- Migrated to SPDX license
|
- Migrated to SPDX license
|
||||||
|
- Fix installation on newer RHEL
|
||||||
|
|
||||||
* Wed Apr 19 2023 Richard W.M. Jones <rjones@redhat.com> - 1:2.3.4-1
|
* Wed Apr 19 2023 Richard W.M. Jones <rjones@redhat.com> - 1:2.3.4-1
|
||||||
- New development branch version 2.3.4
|
- New development branch version 2.3.4
|
||||||
|
Loading…
Reference in New Issue
Block a user