* Mon Dec 04 2023 Miroslav Rezanina <mrezanin@redhat.com> - 12.3.5-2
- ovt-Restart-tools-on-failure.patch [RHEL-15346] - Resolves: RHEL-15346 (Add Restart=on-failure to vmtoolsd.service)
This commit is contained in:
parent
314500722e
commit
5e3f909913
@ -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: GPLv2
|
License: GPLv2
|
||||||
URL: https://github.com/vmware/%{name}
|
URL: https://github.com/vmware/%{name}
|
||||||
@ -418,6 +418,11 @@ fi
|
|||||||
%{_bindir}/vmware-vgauth-smoketest
|
%{_bindir}/vmware-vgauth-smoketest
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 04 2023 Miroslav Rezanina <mrezanin@redhat.com> - 12.3.5-2
|
||||||
|
- ovt-Restart-tools-on-failure.patch [RHEL-15346]
|
||||||
|
- Resolves: RHEL-15346
|
||||||
|
(Add Restart=on-failure to vmtoolsd.service)
|
||||||
|
|
||||||
* Thu Nov 09 2023 Miroslav Rezanina <mrezanin@redhat.com> - 12.3.5-1
|
* Thu Nov 09 2023 Miroslav Rezanina <mrezanin@redhat.com> - 12.3.5-1
|
||||||
- Rebase to 12.3.5-1 [RHEL-15058]
|
- Rebase to 12.3.5-1 [RHEL-15058]
|
||||||
- Fixed CVE-2023-34058 [RHEL-14653]
|
- Fixed CVE-2023-34058 [RHEL-14653]
|
||||||
|
@ -4,10 +4,13 @@ Documentation=https://github.com/vmware/open-vm-tools
|
|||||||
ConditionVirtualization=vmware
|
ConditionVirtualization=vmware
|
||||||
Requires=vgauthd.service
|
Requires=vgauthd.service
|
||||||
After=vgauthd.service
|
After=vgauthd.service
|
||||||
|
StartLimitIntervalSec=30
|
||||||
|
StartLimitBurst=3
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/vmtoolsd
|
ExecStart=/usr/bin/vmtoolsd
|
||||||
TimeoutStopSec=5
|
TimeoutStopSec=5
|
||||||
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user