forked from rpms/open-vm-tools
Package new upstream version open-vm-tools-11.3.5-18557794.
This commit is contained in:
parent
383dd9e0af
commit
1d9bc02025
@ -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.
|
### RPM SPEC file for building open-vm-tools packages.
|
||||||
###
|
###
|
||||||
@ -20,8 +20,8 @@
|
|||||||
|
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
%global majorversion 11.3
|
%global majorversion 11.3
|
||||||
%global minorversion 0
|
%global minorversion 5
|
||||||
%global toolsbuild 18090558
|
%global toolsbuild 18557794
|
||||||
%global toolsversion %{majorversion}.%{minorversion}
|
%global toolsversion %{majorversion}.%{minorversion}
|
||||||
%global toolsdaemon vmtoolsd
|
%global toolsdaemon vmtoolsd
|
||||||
%global vgauthdaemon vgauthd
|
%global vgauthdaemon vgauthd
|
||||||
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
Name: open-vm-tools
|
Name: open-vm-tools
|
||||||
Version: %{toolsversion}
|
Version: %{toolsversion}
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Open Virtual Machine Tools for virtual machines hosted on VMware
|
Summary: Open Virtual Machine Tools for virtual machines hosted on VMware
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://github.com/vmware/%{name}
|
URL: https://github.com/vmware/%{name}
|
||||||
@ -392,6 +392,9 @@ fi
|
|||||||
%{_bindir}/vmware-vgauth-smoketest
|
%{_bindir}/vmware-vgauth-smoketest
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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.
|
- Refactored asyncsocket.c patch to use size_t size and index variables.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user