Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/open-vm-tools.git#2a196505f936a298c47ca3cf0442df0f3da9c359
This commit is contained in:
parent
63b9c155d7
commit
69eef69d8f
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
|||||||
/open-vm-tools-11.0.5-15389592.tar.gz
|
/open-vm-tools-11.0.5-15389592.tar.gz
|
||||||
/open-vm-tools-11.1.0-16036546.tar.gz
|
/open-vm-tools-11.1.0-16036546.tar.gz
|
||||||
/open-vm-tools-11.1.5-16724464.tar.gz
|
/open-vm-tools-11.1.5-16724464.tar.gz
|
||||||
|
/open-vm-tools-11.2.0-16938113.tar.gz
|
||||||
|
@ -19,16 +19,16 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
%global majorversion 11.1
|
%global majorversion 11.2
|
||||||
%global minorversion 5
|
%global minorversion 0
|
||||||
%global toolsbuild 16724464
|
%global toolsbuild 16938113
|
||||||
%global toolsversion %{majorversion}.%{minorversion}
|
%global toolsversion %{majorversion}.%{minorversion}
|
||||||
%global toolsdaemon vmtoolsd
|
%global toolsdaemon vmtoolsd
|
||||||
%global vgauthdaemon vgauthd
|
%global vgauthdaemon vgauthd
|
||||||
|
|
||||||
Name: open-vm-tools
|
Name: open-vm-tools
|
||||||
Version: %{toolsversion}
|
Version: %{toolsversion}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?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}
|
||||||
@ -45,8 +45,7 @@ ExclusiveArch: x86_64
|
|||||||
ExclusiveArch: %{ix86} x86_64
|
ExclusiveArch: %{ix86} x86_64
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#Patch1: patch1.patch
|
Patch1: %{name}-gcc11.patch
|
||||||
Patch2: %{name}-gcc11.patch
|
|
||||||
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -392,6 +391,9 @@ fi
|
|||||||
%{_bindir}/vmware-vgauth-smoketest
|
%{_bindir}/vmware-vgauth-smoketest
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 06 2020 Ravindra Kumar <ravindrakumar@vmware.com> - 11.2.0-1
|
||||||
|
- Package new upstream version open-vm-tools-11.2.0-16938113.
|
||||||
|
|
||||||
* Fri Oct 30 2020 Jeff Law <law@redhat.com> - 11.1.5-2
|
* Fri Oct 30 2020 Jeff Law <law@redhat.com> - 11.1.5-2
|
||||||
- Fix incorrect volatile exposed by gcc-11
|
- Fix incorrect volatile exposed by gcc-11
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (open-vm-tools-11.1.5-16724464.tar.gz) = 8c93fe0ac151a72d2fa93b99ea9b615b5c2caf9193c77f8884e4d1ba3b080e66475d2429488b6bedef2a0325929256115a2ae8d02607a5b9725056d7975e1184
|
SHA512 (open-vm-tools-11.2.0-16938113.tar.gz) = c950d6e8ba5218dd40e845f3c2b09eeb640ef0d33c7ea1671164027927e062dcf0b4745f6e4515a7495ec20a6d06a8fbf700819f6211073194b5ef97d7be441d
|
||||||
|
Loading…
Reference in New Issue
Block a user