diff --git a/open-vm-tools.spec b/open-vm-tools.spec index a621244..40ea7c1 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -27,7 +27,7 @@ Name: open-vm-tools Version: %{toolsversion} -Release: 7%{?dist} +Release: 8%{?dist} Summary: Open Virtual Machine Tools for virtual machines hosted on VMware Group: Applications/System License: GPLv2 @@ -69,6 +69,7 @@ Requires: grep Requires: sed Requires: systemd Requires: tar +Requires: which %description The %{name} project is an open source implementation of VMware Tools. It @@ -195,6 +196,9 @@ install -p -m 644 -D %{SOURCE1} %{buildroot}%{_unitdir}/%{toolsdaemon}.service %{_libdir}/libvmtools.so %changelog +* Wed Mar 26 2014 Ravindra Kumar - 9.4.0-8 +- Add missing package dependency on 'which' (BZ#1045709) + * Tue Mar 25 2014 Ravindra Kumar - 9.4.0-7 - Add -D_DEFAULT_SOURCE to suppress warning as suggested in https://sourceware.org/bugzilla/show_bug.cgi?id=16632