From 1d9bc0202584c0753cbfea2896a3810d5468143c Mon Sep 17 00:00:00 2001 From: John Wolfe Date: Thu, 24 Feb 2022 16:52:38 -0500 Subject: [PATCH] Package new upstream version open-vm-tools-11.3.5-18557794. --- open-vm-tools.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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.