diff --git a/SPECS/open-vm-tools.spec b/SPECS/open-vm-tools.spec index 21f0e5a..dba7ba5 100644 --- a/SPECS/open-vm-tools.spec +++ b/SPECS/open-vm-tools.spec @@ -32,7 +32,7 @@ Name: open-vm-tools Version: %{toolsversion} -Release: 2%{?dist} +Release: 2%{?dist}.alma.1 Summary: Open Virtual Machine Tools for virtual machines hosted on VMware License: GPLv2 URL: https://github.com/vmware/%{name} @@ -52,6 +52,8 @@ ExclusiveArch: %{ix86} x86_64 aarch64 %endif # Patch0: name.patch +# https://github.com/vmware/open-vm-tools/tree/CVE-2025-22247.patch +Patch0: 0000-open-vm-tools-cve-2025-22247.patch BuildRequires: autoconf BuildRequires: automake @@ -410,6 +412,9 @@ fi %{_bindir}/vmware-vgauth-smoketest %changelog +* Thu Jun 12 2025 Jonathan Wright - 12.3.5-2.alma.1 +- Fix CVE-2025-22247, VMSA-2025-0007 + * Wed Dec 06 2023 Miroslav Rezanina - 12.3.5-2 - ovt-Restart-tools-on-failure.patch [RHEL-17683] - Resolves: RHEL-17683