diff --git a/open-vm-tools.spec b/open-vm-tools.spec index 3a40fed..53775f9 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -1,5 +1,5 @@ ################################################################################ -### Copyright 2013-2021 VMware, Inc. All rights reserved. +### Copyright 2013-2022 VMware, Inc. All rights reserved. ### ### RPM SPEC file for building open-vm-tools packages. ### @@ -20,8 +20,8 @@ %global _hardened_build 1 %global majorversion 11.3 -%global minorversion 0 -%global toolsbuild 18090558 +%global minorversion 5 +%global toolsbuild 18557794 %global toolsversion %{majorversion}.%{minorversion} %global toolsdaemon vmtoolsd %global vgauthdaemon vgauthd @@ -32,7 +32,7 @@ Name: open-vm-tools Version: %{toolsversion} -Release: 6%{?dist} +Release: 1%{?dist} Summary: Open Virtual Machine Tools for virtual machines hosted on VMware License: GPLv2 URL: https://github.com/vmware/%{name} @@ -392,6 +392,9 @@ fi %{_bindir}/vmware-vgauth-smoketest %changelog +* Thu Feb 24 2022 John Wolfe - 11.3.5-1 +- Package new upstream version open-vm-tools-11.3.5-18557794. + * Wed Feb 9 2022 John Wolfe - 11.3.0-6 - Refactored asyncsocket.c patch to use size_t size and index variables.