Conditional fixes to build for ELN

Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
Merlin Mathesius 2020-07-09 13:55:54 -05:00
parent 44711926a7
commit a2cd5c3eca

View File

@ -28,7 +28,7 @@
Name: open-vm-tools
Version: %{toolsversion}
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Open Virtual Machine Tools for virtual machines hosted on VMware
License: GPLv2
URL: https://github.com/vmware/%{name}
@ -86,11 +86,11 @@ BuildRequires: libXtst-devel
BuildRequires: openssl-devel
BuildRequires: pam-devel
BuildRequires: procps-devel
%if 0%{?fedora} >= 28
%if 0%{?fedora} >= 28 || 0%{?rhel} >=9
BuildRequires: rpcgen
%endif
BuildRequires: systemd
%if 0%{?fedora} >= 28
%if 0%{?fedora} >= 28 || 0%{?rhel} >=9
BuildRequires: libtirpc-devel
%endif
BuildRequires: xmlsec1-openssl-devel
@ -176,7 +176,7 @@ machines.
# configure.ac get modified
autoreconf -vif
%if 0%{?fedora} >= 28
%if 0%{?fedora} >= 28 || 0%{?rhel} >=9
%global usetirpc with-tirpc
%else
%global usetirpc without-tirpc
@ -393,6 +393,9 @@ fi
%{_bindir}/vmware-vgauth-smoketest
%changelog
* Thu Jul 09 2020 Merlin Mathesius <mmathesi@redhat.com> - 11.1.0-3
- Conditional fixes to build for ELN
* Sun Jun 21 2020 Ravindra Kumar <ravindrakumar@vmware.com> - 11.1.0-2
- Added sdmp-fixes.patch from upstream to remove net-tools dependency
and couple of important fixes