From aed1008a541ee64df2d76d580d1a27ded380c9b0 Mon Sep 17 00:00:00 2001 From: Miroslav Rezanina Date: Mon, 20 May 2024 04:38:09 -0400 Subject: [PATCH] * Mon May 20 2024 Miroslav Rezanina - 12.4.0-2 - ovt-Require-dbus-tools.patch [RHEL-35543] - Resolves: RHEL-35543 ([ESXi][open-vm-tools]The open-vm-tools should depend on dbus-tools) --- open-vm-tools.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/open-vm-tools.spec b/open-vm-tools.spec index 709cfe7..5602f17 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -31,7 +31,7 @@ Name: open-vm-tools Version: %{toolsversion} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open Virtual Machine Tools for virtual machines hosted on VMware License: GPLv2 URL: https://github.com/vmware/%{name} @@ -114,6 +114,8 @@ Requires: util-linux Requires: which # xmlsec1-openssl needs to be added explicitly Requires: xmlsec1-openssl +# DeployPkg pluggin require dbus-uuidgen +Requires: dbus-tools # open-vm-tools >= 10.0.0 do not require open-vm-tools-deploypkg provided by # VMware. That functionality is now available as part of open-vm-tools package @@ -418,6 +420,11 @@ fi %{_bindir}/vmware-vgauth-smoketest %changelog +* Mon May 20 2024 Miroslav Rezanina - 12.4.0-2 +- ovt-Require-dbus-tools.patch [RHEL-35543] +- Resolves: RHEL-35543 + ([ESXi][open-vm-tools]The open-vm-tools should depend on dbus-tools) + * Thu Apr 18 2024 Miroslav Rezanina - 12.4.0-1 - Rebase to 12.4.0 [RHEL-30341 - Resolves: RHEL-30341