#7 Package new upstream version open-vm-tools-11.3.5-18557794.
Merged 2 years ago by rjones. Opened 2 years ago by jwolfe.
Unknown source rebase-11.3.5  into  rawhide

file modified
+7 -4
@@ -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 @@

  %{_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.

  

After downloading the open-vm-tools 11.3.5 source bundle from
https://github.com/vmware/open-vm-tools/releases/download/stable-11.3.5/open-vm-tools-11.3.5-18557794.tar.gz
I have updated the open-vm-tools.spec file to produce a set of open-vm-tools 11.3.5 packages for rawhide. Also tested the f36 build.

There are no changes in the contents of the packages. The only changes needed are the "minorversion", "toolsbuild" and reset of "Release" to 1.

Please remember to download the new source bundle and run a “fedpkg new-sources” before merging the pull request.

Pull-Request has been merged by rjones

2 years ago
Metadata