import CS open-vm-tools-12.2.5-1.el8
This commit is contained in:
parent
58da3bf789
commit
a37a3bf1bb
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/open-vm-tools-12.1.5-20735119.tar.gz
|
SOURCES/open-vm-tools-12.2.5-21855600.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
92cfc4bc23f3f4392a0e925d639aeac37c4aafb5 SOURCES/open-vm-tools-12.1.5-20735119.tar.gz
|
6bc6e77418cc4a039063a7ca40859535b9bbb339 SOURCES/open-vm-tools-12.2.5-21855600.tar.gz
|
||||||
|
@ -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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
### Copyright 2013-2021 VMware, Inc. All rights reserved.
|
### Copyright 2013-2023 VMware, Inc. All rights reserved.
|
||||||
###
|
###
|
||||||
### RPM SPEC file for building open-vm-tools packages.
|
### RPM SPEC file for building open-vm-tools packages.
|
||||||
###
|
###
|
||||||
@ -19,9 +19,9 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
%global majorversion 12.1
|
%global majorversion 12.2
|
||||||
%global minorversion 5
|
%global minorversion 5
|
||||||
%global toolsbuild 20735119
|
%global toolsbuild 21855600
|
||||||
%global toolsversion %{majorversion}.%{minorversion}
|
%global toolsversion %{majorversion}.%{minorversion}
|
||||||
%global toolsdaemon vmtoolsd
|
%global toolsdaemon vmtoolsd
|
||||||
%global vgauthdaemon vgauthd
|
%global vgauthdaemon vgauthd
|
||||||
@ -51,7 +51,7 @@ ExclusiveArch: x86_64
|
|||||||
ExclusiveArch: %{ix86} x86_64 aarch64
|
ExclusiveArch: %{ix86} x86_64 aarch64
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#Patch0: name.patch
|
# Patch0: name.patch
|
||||||
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -410,6 +410,23 @@ fi
|
|||||||
%{_bindir}/vmware-vgauth-smoketest
|
%{_bindir}/vmware-vgauth-smoketest
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 11 2023 Miroslav Rezanina <mrezanin@redhat.com> - 12.2.5-1
|
||||||
|
- Rebase to open-vm-tools 12.2.5 [bz#2214861]
|
||||||
|
- Resolves: bz#2214861
|
||||||
|
([ESXi][RHEL8]open-vm-tools version 12.2.5 has been released - please rebase)
|
||||||
|
- Resolves: bz#2216415
|
||||||
|
([ESXi][RHEL8] URL in service unit files are started from http instead of https)
|
||||||
|
|
||||||
|
* Wed Jun 28 2023 Jon Maloy <jmaloy@redhat.com> - 12.2.0-3
|
||||||
|
- ovt-Remove-some-dead-code.patch [bz#2215563]
|
||||||
|
- Resolves: bz#2215563
|
||||||
|
([CISA Major Incident] CVE-2023-20867 open-vm-tools: authentication bypass vulnerability in the vgauth module [rhel-8])
|
||||||
|
|
||||||
|
* Wed May 03 2023 Miroslav Rezanina <mrezanin@redhat.com> - 12.2.0-1
|
||||||
|
- Rebase to open-vm-tools 12.2.0 [bz#2177068]
|
||||||
|
- Resolves: bz#2177068
|
||||||
|
([ESXi][RHEL8]open-vm-tools version 12.2.0 has been released - please rebase)
|
||||||
|
|
||||||
* Fri Dec 09 2022 Miroslav Rezanina <mrezanin@redhat.com> 12.1.5-1
|
* Fri Dec 09 2022 Miroslav Rezanina <mrezanin@redhat.com> 12.1.5-1
|
||||||
- Rebase to open-vm-tools 12.1.5 [bz#2150188]
|
- Rebase to open-vm-tools 12.1.5 [bz#2150188]
|
||||||
- Resolves: bz#2150188
|
- Resolves: bz#2150188
|
||||||
|
Loading…
Reference in New Issue
Block a user