Tue Jun 20 2023 Miroslav Rezanina <mrezanin@redhat.com> - 12.2.0-2
- ovt-Use-https-instead-of-http-for-documentation-links.patch [bz#2208160] - Resolves: bz#2208160 ([ESXi][RHEL9] URL in service unit files are started from http instead of https)
This commit is contained in:
parent
965bd98ea4
commit
93836b319c
@ -32,7 +32,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}
|
||||||
@ -409,6 +409,11 @@ fi
|
|||||||
%files test
|
%files test
|
||||||
%{_bindir}/vmware-vgauth-smoketest
|
%{_bindir}/vmware-vgauth-smoketest
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 20 2023 Miroslav Rezanina <mrezanin@redhat.com> - 12.2.0-2
|
||||||
|
- ovt-Use-https-instead-of-http-for-documentation-links.patch [bz#2208160]
|
||||||
|
- Resolves: bz#2208160
|
||||||
|
([ESXi][RHEL9] URL in service unit files are started from http instead of https)
|
||||||
|
|
||||||
* Wed May 03 2023 Miroslav Rezanina <mrezanin@redhat.com> - 12.2.0-1
|
* Wed May 03 2023 Miroslav Rezanina <mrezanin@redhat.com> - 12.2.0-1
|
||||||
- Rebase to open-vm-tools 12.2.0 [bz#2177086]
|
- Rebase to open-vm-tools 12.2.0 [bz#2177086]
|
||||||
- Resolves: bz#2177086
|
- Resolves: bz#2177086
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=VGAuth Service for open-vm-tools
|
Description=VGAuth Service for open-vm-tools
|
||||||
Documentation=http://github.com/vmware/open-vm-tools
|
Documentation=https://github.com/vmware/open-vm-tools
|
||||||
ConditionVirtualization=vmware
|
ConditionVirtualization=vmware
|
||||||
PartOf=vmtoolsd.service
|
PartOf=vmtoolsd.service
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Service for virtual machines hosted on VMware
|
Description=Service for virtual machines hosted on VMware
|
||||||
Documentation=http://github.com/vmware/open-vm-tools
|
Documentation=https://github.com/vmware/open-vm-tools
|
||||||
ConditionVirtualization=vmware
|
ConditionVirtualization=vmware
|
||||||
Requires=vgauthd.service
|
Requires=vgauthd.service
|
||||||
After=vgauthd.service
|
After=vgauthd.service
|
||||||
|
Loading…
Reference in New Issue
Block a user