1
0
forked from pool/open-vm-tools
open-vm-tools/_service
Kirk Allan 2e508a4f9c Accepting request 1184374 from home:kallan:branches:Virtualization:VMware
- Update to 12.4.5 (build 23787635) (boo#1227181)
  - There are no new features in the open-vm-tools 12.4.5 release. This is
    primarily a maintenance release that addresses a few critical problems,
    including:
    - A Github pull request and associated issue has been handled. Please
      see the Resolved Issues section of the Release Notes.
    - A number of issues flagged by Coverity and ShellCheck have been
      addressed.
    - A vmtoolsd process hang related to nested logging from an RPC Channel
      error has been fixed.
  For a more complete list of issues resolved in this release, see the
  Resolved Issues section of the Release Notes.
  For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.4.5
  Release Notes are available at: https://github.com/vmware/open-vm-tools/blob/stable-12.4.5/ReleaseNotes.md
  The granular changes that have gone into the 12.4.5 release are in the ChangeLog at: https://github.com/vmware/open-vm-tools/blob/stable-12.4.5/open-vm-tools/ChangeLog

OBS-URL: https://build.opensuse.org/request/show/1184374
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=464
2024-07-01 20:17:39 +00:00

15 lines
511 B
Plaintext

<services>
<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.4.5</param>
<param name="filename">open-vm-tools</param>
<param name="versionformat">12.4.5</param>
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="manual"/>
</services>