From da74c37705f87684fdf53bf5147430e474692428 Mon Sep 17 00:00:00 2001 From: Miroslav Rezanina Date: Mon, 20 May 2024 03:02:08 -0400 Subject: [PATCH] * Mon May 20 2024 Miroslav Rezanina - 12.4.0-2 - ovt-Require-dbus-tools.patch [RHEL-36292] - Resolves: RHEL-36292 ([ESXi][open-vm-tools]The open-vm-tools should depend on dbus-tools [rhel-10]) --- 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 19e7c64..e154e3b 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: GPL-2.0 AND W3C AND LGPL-2.1 AND ICU AND ISC AND MIT 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-36292] +- Resolves: RHEL-36292 + ([ESXi][open-vm-tools]The open-vm-tools should depend on dbus-tools [rhel-10]) + * Fri Apr 19 2024 Miroslav Rezanina - 12.4.0-1 - Rebase to 12.4.0 [RHEL-30345] - Resolves: [RHEL-30345]