Accepting request 1075339 from home:kallan:branches:Virtualization:VMware

- Update to 12.2.0 (build 21223074) (boo#1209128)
  - There are no new features in the open-vm-tools 12.2.0 release. This is
    primarily a maintenance release that addresses a few critical problems,
    including:
    - Linux quiesced snapshots have been updated to avoid intermittent hangs of
      the vmtoolsd process.
    - Updated the guestOps to handle some edge cases when File_GetSize() fails
      or returns -1.
    - A number of Coverity reported issues have been addressed.
    - Detect the proto files for the containerd grpc client in alternate
      locations.  Pull request #626
    - FreeBSD: Support newer releases and code clean-up for earlier versions.
      Pull request #584
  - Please refer to the release notes at
    https://github.com/vmware/open-vm-tools/blob/stable-12.2.0/ReleaseNotes.md
  - The granular changes that have gone into the 12.2.0 release are in the
    ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.2.0/
      open-vm-tools/ChangeLog
- Update detect-suse-location.patch to remove upstream accepted portion of the
  patch (jsc-PED-1344).

OBS-URL: https://build.opensuse.org/request/show/1075339
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=428
This commit is contained in:
Kirk Allan 2023-03-29 19:39:56 +00:00 committed by Git OBS Bridge
parent 4ef1453b45
commit e0771d26ff
6 changed files with 33 additions and 24 deletions

View File

@ -2,9 +2,9 @@
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/vmware/open-vm-tools.git</param>
<param name="revision">stable-12.1.5</param>
<param name="revision">stable-12.2.0</param>
<param name="filename">open-vm-tools</param>
<param name="versionformat">12.1.5</param>
<param name="versionformat">12.2.0</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

@ -1,23 +1,8 @@
diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac
index 3c058135..203fdc6f 100644
--- a/open-vm-tools/configure.ac
+++ b/open-vm-tools/configure.ac
@@ -726,12 +726,18 @@ AC_DEFUN([AC_VMW_CONTAINERINFO_MSG],[
#
# proto files needed by containerd grpc client.
#
- shared_prefix=/usr/share/gocode/src/github.com
+ for d in /usr/share/gocode/src /usr/share/go/1.*/contrib/src; do
+ if test -d "$d"/github.com; then
+ src_prefix="$d"
+ break
+ fi
+ done
+ shared_prefix=$src_prefix/github.com
AC_SUBST(TYPES_DIR, github.com/containerd/containerd/api/types)
@@ -741,7 +741,7 @@ AC_DEFUN([AC_VMW_CONTAINERINFO_MSG],[
AC_SUBST(TASKS_PROTOPATH, $shared_prefix/containerd/containerd/api/services/tasks/v1)
- AC_SUBST(DEP_PROTOPATH, /usr/share/gocode/src)
+ AC_SUBST(DEP_PROTOPATH, $src_prefix)
AC_SUBST(DEP_PROTOPATH, $src_prefix)
AC_SUBST(CONTAINERD_PROTOPATH, $shared_prefix/containerd/containerd/api/services/containers/v1)
- AC_SUBST(GOGO_PROTOPATH, $shared_prefix/gogo/protobuf)
+ AC_SUBST(GOGO_PROTOPATH, $shared_prefix/containerd/containerd/vendor/github.com/gogo/protobuf)

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0167932c6b06fe8eeafafb9b30b7d1a71ae0e7d854b300135de4aa09ef1f857d
size 1790180

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef22adf11d16a8bc675d1c73c190d178e791ee247d6cabfe78df9c56c9fae8c0
size 1801020

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Mar 28 23:16:47 UTC 2023 - Kirk Allan <kallan@suse.com>
- Update to 12.2.0 (build 21223074) (boo#1209128)
- There are no new features in the open-vm-tools 12.2.0 release. This is
primarily a maintenance release that addresses a few critical problems,
including:
- Linux quiesced snapshots have been updated to avoid intermittent hangs of
the vmtoolsd process.
- Updated the guestOps to handle some edge cases when File_GetSize() fails
or returns -1.
- A number of Coverity reported issues have been addressed.
- Detect the proto files for the containerd grpc client in alternate
locations. Pull request #626
- FreeBSD: Support newer releases and code clean-up for earlier versions.
Pull request #584
- Please refer to the release notes at
https://github.com/vmware/open-vm-tools/blob/stable-12.2.0/ReleaseNotes.md
- The granular changes that have gone into the 12.2.0 release are in the
ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.2.0/
open-vm-tools/ChangeLog
- Update detect-suse-location.patch to remove upstream accepted portion of the
patch (jsc-PED-1344).
-------------------------------------------------------------------
Wed Dec 28 08:18:43 UTC 2022 - Stefan Schubert <schubi@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package open-vm-tools
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
#
# All modifications and additions to the file contributed by third parties
@ -38,7 +38,7 @@
%define with_X 1
Name: open-vm-tools
Version: 12.1.5
Version: 12.2.0
Release: 0
Summary: Open Virtual Machine Tools
License: BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-only