Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package open-vm-tools for openSUSE:Factory checked in at 2023-03-31 21:13:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/open-vm-tools (Old) and /work/SRC/openSUSE:Factory/.open-vm-tools.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "open-vm-tools" Fri Mar 31 21:13:59 2023 rev:109 rq:1075347 version:12.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/open-vm-tools/open-vm-tools.changes 2022-12-31 11:22:54.568452595 +0100 +++ /work/SRC/openSUSE:Factory/.open-vm-tools.new.31432/open-vm-tools.changes 2023-03-31 21:14:01.698052045 +0200 @@ -1,0 +2,24 @@ +Tue Mar 28 23:16:47 UTC 2023 - Kirk Allan <kal...@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). + +------------------------------------------------------------------- Old: ---- open-vm-tools-12.1.5.tar.xz New: ---- open-vm-tools-12.2.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ open-vm-tools.spec ++++++ --- /var/tmp/diff_new_pack.5zo93W/_old 2023-03-31 21:14:02.898056324 +0200 +++ /var/tmp/diff_new_pack.5zo93W/_new 2023-03-31 21:14:02.926056424 +0200 @@ -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 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.5zo93W/_old 2023-03-31 21:14:03.274057665 +0200 +++ /var/tmp/diff_new_pack.5zo93W/_new 2023-03-31 21:14:03.310057793 +0200 @@ -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> ++++++ detect-suse-location.patch ++++++ --- /var/tmp/diff_new_pack.5zo93W/_old 2023-03-31 21:14:03.442058264 +0200 +++ /var/tmp/diff_new_pack.5zo93W/_new 2023-03-31 21:14:03.482058407 +0200 @@ -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) ++++++ open-vm-tools-12.1.5.tar.xz -> open-vm-tools-12.2.0.tar.xz ++++++ ++++ 8366 lines of diff (skipped)