diff --git a/open-vm-tools.spec b/open-vm-tools.spec index 068aa10..f253907 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -27,7 +27,7 @@ Name: open-vm-tools Version: %{toolsversion} -Release: 5%{?dist} +Release: 6%{?dist} Summary: Open Virtual Machine Tools for virtual machines hosted on VMware Group: Applications/System License: GPLv2 @@ -61,9 +61,14 @@ BuildRequires: pam-devel BuildRequires: procps-devel BuildRequires: systemd -Requires(post): systemd -Requires(preun): systemd -Requires(postun): systemd +Requires: initscripts +Requires: coreutils +Requires: net-tools +Requires: dbus +Requires: grep +Requires: sed +Requires: systemd +Requires: tar %description The %{name} project is an open source implementation of VMware Tools. It @@ -188,6 +193,9 @@ install -p -m 644 -D %{SOURCE1} %{buildroot}%{_unitdir}/%{toolsdaemon}.service %{_libdir}/libvmtools.so %changelog +* Fri Mar 21 2014 Ravindra Kumar - 9.4.0-6 +- Add missing package dependencies (BZ#1045709, BZ#1077320) + * Tue Feb 18 2014 Igor Gnatenko - 9.4.0-5 - Fix FTBFS g_info redefine (RHBZ #1063847)