Package new upstream version open-vm-tools-11.2.5-17337674.
libdnet dependency was removed in open-vm-tools 11.0.0. So, removed the stale BuildRequires for libdnet.
This commit is contained in:
parent
0eab8a432e
commit
36c7fb8dfd
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
|||||||
/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
|
/open-vm-tools-11.2.0-16938113.tar.gz
|
||||||
|
/open-vm-tools-11.2.5-17337674.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
### Copyright 2013-2020 VMware, Inc. All rights reserved.
|
### Copyright 2013-2021 VMware, Inc. All rights reserved.
|
||||||
###
|
###
|
||||||
### RPM SPEC file for building open-vm-tools packages.
|
### RPM SPEC file for building open-vm-tools packages.
|
||||||
###
|
###
|
||||||
@ -20,15 +20,15 @@
|
|||||||
|
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
%global majorversion 11.2
|
%global majorversion 11.2
|
||||||
%global minorversion 0
|
%global minorversion 5
|
||||||
%global toolsbuild 16938113
|
%global toolsbuild 17337674
|
||||||
%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}
|
||||||
@ -69,7 +69,6 @@ BuildRequires: gtkmm30-devel >= 3.10.0
|
|||||||
BuildRequires: gtk2-devel >= 2.4.0
|
BuildRequires: gtk2-devel >= 2.4.0
|
||||||
BuildRequires: gtkmm24-devel
|
BuildRequires: gtkmm24-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libdnet-devel
|
|
||||||
BuildRequires: libicu-devel
|
BuildRequires: libicu-devel
|
||||||
BuildRequires: libmspack-devel
|
BuildRequires: libmspack-devel
|
||||||
# Unfortunately, xmlsec1-openssl does not add libtool-ltdl
|
# Unfortunately, xmlsec1-openssl does not add libtool-ltdl
|
||||||
@ -392,6 +391,11 @@ fi
|
|||||||
%{_bindir}/vmware-vgauth-smoketest
|
%{_bindir}/vmware-vgauth-smoketest
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 15 2021 Ravindra Kumar <ravindrakumar@vmware.com> - 11.2.5-1
|
||||||
|
- Package new upstream version open-vm-tools-11.2.5-17337674.
|
||||||
|
- libdnet dependency was removed in open-vm-tools 11.0.0. So,
|
||||||
|
removed the stale BuildRequires for libdnet.
|
||||||
|
|
||||||
* Thu Jan 14 2021 Richard W.M. Jones <rjones@redhat.com> - 11.2.0-2
|
* Thu Jan 14 2021 Richard W.M. Jones <rjones@redhat.com> - 11.2.0-2
|
||||||
- Bump and rebuild against libdnet 1.14 (RHBZ#1915838).
|
- Bump and rebuild against libdnet 1.14 (RHBZ#1915838).
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (open-vm-tools-11.2.0-16938113.tar.gz) = c950d6e8ba5218dd40e845f3c2b09eeb640ef0d33c7ea1671164027927e062dcf0b4745f6e4515a7495ec20a6d06a8fbf700819f6211073194b5ef97d7be441d
|
SHA512 (open-vm-tools-11.2.5-17337674.tar.gz) = b6d4bc6522418ec7a881752181ad9240e535854df492e758abf3996c6afe245466ffbff60cc1b6cdff5cf731b5769c9f9cb96aed29f0b788d0eef05f91fcf8ab
|
||||||
|
Loading…
Reference in New Issue
Block a user