diff --git a/open-vm-tools.spec b/open-vm-tools.spec index 91d6aca..a986965 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -28,7 +28,7 @@ Name: open-vm-tools Version: %{toolsversion} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open Virtual Machine Tools for virtual machines hosted on VMware Group: Applications/System License: GPLv2 @@ -89,6 +89,11 @@ Requires: systemd Requires: tar Requires: which +# open-vm-tools >= 10.0.0 do not require open-vm-tools-deploypkg +# provided by VMware. That functionality is now available as part +# of open-vm-tools package itself. +Obsoletes: open-vm-tools-deploypkg + %description The %{name} project is an open source implementation of VMware Tools. It is a suite of open source virtualization utilities and drivers to improve the @@ -288,6 +293,9 @@ fi %{_libdir}/libvmtools.so %changelog +* Wed May 25 2016 Ravindra Kumar - 10.0.5-2 +- Obsolete open-vm-tools-deploypkg because its not needed for v10.x. + * Wed May 25 2016 Ravindra Kumar - 10.0.5-1 - Package new upstream version open-vm-tools-10.0.5-3227872. - Add a patch for fixing GCC 6 build issue (RHBZ#1305108).