import open-vm-tools-11.3.5-1.el9

This commit is contained in:
CentOS Sources 2021-12-07 13:32:10 -05:00 committed by Stepan Oksanichenko
parent cf53853d34
commit aa9e98909e
3 changed files with 11 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/open-vm-tools-11.3.0-18090558.tar.gz
SOURCES/open-vm-tools-11.3.5-18557794.tar.gz

View File

@ -1 +1 @@
3959daf1acc10c565806fe3c8569776d2ea508c3 SOURCES/open-vm-tools-11.3.0-18090558.tar.gz
f6990193579d96a04bfec6f09e93e0164deef71e SOURCES/open-vm-tools-11.3.5-18557794.tar.gz

View File

@ -20,8 +20,8 @@
%global _hardened_build 1
%global majorversion 11.3
%global minorversion 0
%global toolsbuild 18090558
%global minorversion 5
%global toolsbuild 18557794
%global toolsversion %{majorversion}.%{minorversion}
%global toolsdaemon vmtoolsd
%global vgauthdaemon vgauthd
@ -32,7 +32,7 @@
Name: open-vm-tools
Version: %{toolsversion}
Release: 2%{?dist}
Release: 1%{?dist}
Summary: Open Virtual Machine Tools for virtual machines hosted on VMware
License: GPLv2
URL: https://github.com/vmware/%{name}
@ -46,7 +46,7 @@ Source5: vmtoolsd.pam
%if 0%{?rhel} >= 7
ExclusiveArch: x86_64
ExclusiveArch: x86_64 aarch64
%else
ExclusiveArch: %{ix86} x86_64 aarch64
%endif
@ -390,6 +390,11 @@ fi
%{_bindir}/vmware-vgauth-smoketest
%changelog
* Fri Oct 15 2021 Miroslav Rezanina <mrezanin@redhat.com> - 11.3.5-1
- Rebase to 11.3.5 [bz#2008243]
- Resolves: bz#2008243
([ESXi][RHEL9]Open-vm-tools release 11.3.5 has been released - please rebase)
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 11.3.0-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688