Package new upstream version open-vm-tools-11.3.5-18557794.

This commit is contained in:
John Wolfe 2022-02-24 16:52:38 -05:00
parent 383dd9e0af
commit 1d9bc02025

View File

@ -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 <jwolfe@vmware.com> - 11.3.5-1
- Package new upstream version open-vm-tools-11.3.5-18557794.
* Wed Feb 9 2022 John Wolfe <jwolfe@vmware.com> - 11.3.0-6
- Refactored asyncsocket.c patch to use size_t size and index variables.