From 93836b319cac3441ba1d35cd78c4ac10be9b0c57 Mon Sep 17 00:00:00 2001 From: Miroslav Rezanina Date: Tue, 20 Jun 2023 02:15:55 -0400 Subject: [PATCH] Tue Jun 20 2023 Miroslav Rezanina - 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) --- open-vm-tools.spec | 7 ++++++- vgauthd.service | 2 +- vmtoolsd.service | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/open-vm-tools.spec b/open-vm-tools.spec index 6eda2fb..15f362b 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -32,7 +32,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} @@ -409,6 +409,11 @@ fi %files test %{_bindir}/vmware-vgauth-smoketest %changelog +* Tue Jun 20 2023 Miroslav Rezanina - 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 - 12.2.0-1 - Rebase to open-vm-tools 12.2.0 [bz#2177086] - Resolves: bz#2177086 diff --git a/vgauthd.service b/vgauthd.service index d5fef2c..6ca3508 100644 --- a/vgauthd.service +++ b/vgauthd.service @@ -1,6 +1,6 @@ [Unit] 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 PartOf=vmtoolsd.service diff --git a/vmtoolsd.service b/vmtoolsd.service index 54c7312..1cb6e00 100644 --- a/vmtoolsd.service +++ b/vmtoolsd.service @@ -1,6 +1,6 @@ [Unit] 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 Requires=vgauthd.service After=vgauthd.service