From: John Wolfe Date: Fri, 19 Nov 2021 19:40:50 +0000 (-0800) Subject: Correct the guestFamily reported for RHEL 9. X-Git-Tag: stable-12.0.0~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=342fd81a270bf36c79baec5bb928a9a979e95af2;p=thirdparty%2Fopen-vm-tools.git Correct the guestFamily reported for RHEL 9. RHEL 9 had not been added to the ALLLINUX macro. This has been corrected. --- diff --git a/open-vm-tools/lib/include/guest_os.h b/open-vm-tools/lib/include/guest_os.h index a675a85d3..f3a53fb46 100644 --- a/open-vm-tools/lib/include/guest_os.h +++ b/open-vm-tools/lib/include/guest_os.h @@ -218,7 +218,7 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set); #define ALL5XLINUX64 BS(OTHER5XLINUX_64), BS(OTHER5XLINUX_ARM_64), \ BS(DEBIAN_ARM_64), BS(UBUNTU_ARM_64), \ - BS(RHEL9_ARM_64) + BS(RHEL9_64), BS(RHEL9_ARM_64) #define ALL6XLINUX32 BS(OTHER6XLINUX)