Accepting request 1161481 from Virtualization:VMware

OBS-URL: https://build.opensuse.org/request/show/1161481
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=124
This commit is contained in:
Ana Guerrero 2024-03-26 18:24:57 +00:00 committed by Git OBS Bridge
commit edbde86302
5 changed files with 55 additions and 40 deletions

View File

@ -1,14 +1,14 @@
<services>
<service name="tar_scm" mode="disabled">
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/vmware/open-vm-tools.git</param>
<param name="revision">stable-12.3.5</param>
<param name="revision">stable-12.4.0</param>
<param name="filename">open-vm-tools</param>
<param name="versionformat">12.3.5</param>
<param name="versionformat">12.4.0</param>
</service>
<service name="recompress" mode="disabled">
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="set_version" mode="manual"/>
</services>

BIN
open-vm-tools-12.3.5.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
open-vm-tools-12.4.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Mar 23 09:44:51 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 12.4.0:
https://github.com/vmware/open-vm-tools/blob/stable-12.4.0/ReleaseNotes.md
https://github.com/vmware/open-vm-tools/blob/stable-12.4.0/open-vm-tools/ChangeLog
There are no new features in the open-vm-tools 12.4.0 release.
This is primarily a maintenance release that addresses a few
critical problems, including:
* A Github pull request has been handled. Please see the Resolved
Issues section of the Release Notes.
* A number of issues flagged by Coverity have been addressed.
* For issues resolved in this release, see the Resolved Issues
section of the Release Notes.
-------------------------------------------------------------------
Mon Feb 26 12:48:14 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package open-vm-tools
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 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.3.5
Version: 12.4.0
Release: 0
Summary: Open Virtual Machine Tools
License: BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-only