From 35ea18584d1b2cde8a352b08bcf62acb0e391eee Mon Sep 17 00:00:00 2001 From: Ravindra Kumar Date: Tue, 15 Sep 2015 04:36:43 -0700 Subject: [PATCH] Added a missing output redirection --- open-vm-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/open-vm-tools.spec b/open-vm-tools.spec index afe4bfc..9628edb 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -28,7 +28,7 @@ Name: open-vm-tools Version: %{toolsversion} -Release: 6%{?dist} +Release: 7%{?dist} Summary: Open Virtual Machine Tools for virtual machines hosted on VMware Group: Applications/System License: GPLv2 @@ -182,7 +182,7 @@ if [ -f %{_bindir}/vmware-checkvm -a \ -f %{_bindir}/vmhgfs-fuse ] && \ %{_bindir}/vmware-checkvm &> /dev/null && \ %{_bindir}/vmware-checkvm -p | grep -q Workstation && \ - %{_bindir}/vmhgfs-fuse -e; then + %{_bindir}/vmhgfs-fuse -e &> /dev/null; then mkdir -p /mnt/hgfs fi @@ -281,6 +281,9 @@ fi %{_libdir}/libvmtools.so %changelog +* Thu Oct 01 2015 Ravindra Kumar - 10.0.0-7 +- Added a missing output redirection + * Thu Oct 01 2015 Ravindra Kumar - 10.0.0-6 - Setup Shared Folders mount point when 'vmhgf-fuse -e' is success