forked from rpms/open-vm-tools
Conditional fixes to build for ELN
Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
parent
44711926a7
commit
a2cd5c3eca
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
Name: open-vm-tools
|
Name: open-vm-tools
|
||||||
Version: %{toolsversion}
|
Version: %{toolsversion}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?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}
|
||||||
@ -86,11 +86,11 @@ BuildRequires: libXtst-devel
|
|||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: procps-devel
|
BuildRequires: procps-devel
|
||||||
%if 0%{?fedora} >= 28
|
%if 0%{?fedora} >= 28 || 0%{?rhel} >=9
|
||||||
BuildRequires: rpcgen
|
BuildRequires: rpcgen
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
%if 0%{?fedora} >= 28
|
%if 0%{?fedora} >= 28 || 0%{?rhel} >=9
|
||||||
BuildRequires: libtirpc-devel
|
BuildRequires: libtirpc-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: xmlsec1-openssl-devel
|
BuildRequires: xmlsec1-openssl-devel
|
||||||
@ -176,7 +176,7 @@ machines.
|
|||||||
# configure.ac get modified
|
# configure.ac get modified
|
||||||
autoreconf -vif
|
autoreconf -vif
|
||||||
|
|
||||||
%if 0%{?fedora} >= 28
|
%if 0%{?fedora} >= 28 || 0%{?rhel} >=9
|
||||||
%global usetirpc with-tirpc
|
%global usetirpc with-tirpc
|
||||||
%else
|
%else
|
||||||
%global usetirpc without-tirpc
|
%global usetirpc without-tirpc
|
||||||
@ -393,6 +393,9 @@ fi
|
|||||||
%{_bindir}/vmware-vgauth-smoketest
|
%{_bindir}/vmware-vgauth-smoketest
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Jun 21 2020 Ravindra Kumar <ravindrakumar@vmware.com> - 11.1.0-2
|
||||||
- Added sdmp-fixes.patch from upstream to remove net-tools dependency
|
- Added sdmp-fixes.patch from upstream to remove net-tools dependency
|
||||||
and couple of important fixes
|
and couple of important fixes
|
||||||
|
Loading…
Reference in New Issue
Block a user