From a1cb94a1c0e9f8f842dab0fe4b68aa354f480ed0 Mon Sep 17 00:00:00 2001 From: Ravindra Kumar Date: Sep 15 2015 07:02:48 +0000 Subject: vmhgfs-fuse needs 'fusermount' from 'fuse' --- diff --git a/open-vm-tools.spec b/open-vm-tools.spec index 6ebda52..413ca8c 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -28,7 +28,7 @@ Name: open-vm-tools Version: %{toolsversion} -Release: 3%{?dist} +Release: 4%{?dist} Summary: Open Virtual Machine Tools for virtual machines hosted on VMware Group: Applications/System License: GPLv2 @@ -78,6 +78,7 @@ BuildRequires: xerces-c-devel BuildRequires: xml-security-c-devel Requires: coreutils +Requires: fuse Requires: net-tools Requires: grep Requires: sed @@ -261,6 +262,9 @@ fi %{_libdir}/libvmtools.so %changelog +* Wed Sep 30 2015 Ravindra Kumar - 10.0.0-4 +- vmhgfs-fuse needs 'fusermount' from 'fuse' + * Wed Sep 30 2015 Ravindra Kumar - 10.0.0-3 - Replace -std=c++11 with -std=gnu++11 to get "linux" definitions work in order to fix the build issue,