forked from rpms/open-vm-tools
* Mon May 20 2024 Miroslav Rezanina <mrezanin@redhat.com> - 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])
This commit is contained in:
parent
a560d5f0ca
commit
da74c37705
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
Name: open-vm-tools
|
Name: open-vm-tools
|
||||||
Version: %{toolsversion}
|
Version: %{toolsversion}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Open Virtual Machine Tools for virtual machines hosted on VMware
|
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
|
License: GPL-2.0 AND W3C AND LGPL-2.1 AND ICU AND ISC AND MIT
|
||||||
URL: https://github.com/vmware/%{name}
|
URL: https://github.com/vmware/%{name}
|
||||||
@ -114,6 +114,8 @@ Requires: util-linux
|
|||||||
Requires: which
|
Requires: which
|
||||||
# xmlsec1-openssl needs to be added explicitly
|
# xmlsec1-openssl needs to be added explicitly
|
||||||
Requires: xmlsec1-openssl
|
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
|
# 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
|
# VMware. That functionality is now available as part of open-vm-tools package
|
||||||
@ -418,6 +420,11 @@ fi
|
|||||||
%{_bindir}/vmware-vgauth-smoketest
|
%{_bindir}/vmware-vgauth-smoketest
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 20 2024 Miroslav Rezanina <mrezanin@redhat.com> - 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 <mrezanin@redhat.com> - 12.4.0-1
|
* Fri Apr 19 2024 Miroslav Rezanina <mrezanin@redhat.com> - 12.4.0-1
|
||||||
- Rebase to 12.4.0 [RHEL-30345]
|
- Rebase to 12.4.0 [RHEL-30345]
|
||||||
- Resolves: [RHEL-30345]
|
- Resolves: [RHEL-30345]
|
||||||
|
Loading…
Reference in New Issue
Block a user