From f6ef9c25053b0974c9ce680f3efbe20088f716a5 Mon Sep 17 00:00:00 2001 From: Ravindra Kumar Date: Thu, 20 Mar 2014 10:03:37 -0700 Subject: [PATCH] Add missing package dependency on which (BZ#1045709) --- open-vm-tools.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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