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