From e821a443a9cb4ca6f8bd532d65c0c923da79e3c8 Mon Sep 17 00:00:00 2001 From: Ravindra Kumar Date: Wed, 1 May 2013 23:50:24 -0700 Subject: [PATCH] Removed automatic restart directive from service definition --- open-vm-tools.service | 1 - open-vm-tools.spec | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/open-vm-tools.service b/open-vm-tools.service index ecb72f3..bc926a3 100644 --- a/open-vm-tools.service +++ b/open-vm-tools.service @@ -6,7 +6,6 @@ ConditionVirtualization=vmware [Service] Type=simple ExecStart=/usr/bin/vmtoolsd -Restart=on-failure TimeoutStopSec=5 [Install] diff --git a/open-vm-tools.spec b/open-vm-tools.spec index d83edb7..e58eb1d 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -6,7 +6,7 @@ Name: open-vm-tools Version: %{toolsversion} -Release: 3%{?dist} +Release: 4%{?dist} Summary: Open VMware Tools for virtual machines hosted on VMware Group: Applications/System License: GPLv2 @@ -154,6 +154,10 @@ install -p -m 644 -D %{SOURCE1} %{buildroot}%{_unitdir}/%{toolsdaemon}.service %{_libdir}/libvmtools.so %changelog +* Wed May 01 2013 Ravindra Kumar - 9.2.3-4 +- Bumped the release to pick the new service definition with + no restart directive. + * Mon Apr 29 2013 Ravindra Kumar - 9.2.3-3 - open-vm-tools-9.2.3 require glib-2.14.0.