From a2cd5c3ecaf67a7cc2e2ad3581f682546c4a8489 Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Thu, 9 Jul 2020 13:55:54 -0500 Subject: [PATCH] Conditional fixes to build for ELN Signed-off-by: Merlin Mathesius --- open-vm-tools.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/open-vm-tools.spec b/open-vm-tools.spec index 8b8e622..dc6c012 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -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 - 11.1.0-3 +- Conditional fixes to build for ELN + * Sun Jun 21 2020 Ravindra Kumar - 11.1.0-2 - Added sdmp-fixes.patch from upstream to remove net-tools dependency and couple of important fixes