[open-vm-tools] Renamed open-vm-tools.service -> vmtoolsd.service

ravindrakumar ravindrakumar at fedoraproject.org
Mon May 6 18:57:24 UTC 2013


commit 8e9f95331e0619b55a22de48fefc182c091a3e0c
Author: Ravindra Kumar <ravindrakumar at vmware.com>
Date:   Mon May 6 11:55:51 2013 -0700

    Renamed open-vm-tools.service -> vmtoolsd.service

 open-vm-tools.spec                        |    8 ++++++--
 open-vm-tools.service => vmtoolsd.service |    1 -
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/open-vm-tools.spec b/open-vm-tools.spec
index e58eb1d..ad1872c 100644
--- a/open-vm-tools.spec
+++ b/open-vm-tools.spec
@@ -6,13 +6,13 @@
 
 Name:             open-vm-tools
 Version:          %{toolsversion}
-Release:          4%{?dist}
+Release:          5%{?dist}
 Summary:          Open VMware Tools for virtual machines hosted on VMware
 Group:            Applications/System
 License:          GPLv2
 URL:              http://%{name}.sourceforge.net/
 Source0:          http://sourceforge.net/projects/%{name}/files/%{name}/stable-%{majorversion}.x/%{name}-%{version}-%{toolsbuild}.tar.gz
-Source1:          %{name}.service
+Source1:          %{toolsdaemon}.service
 ExclusiveArch:    %{ix86} x86_64
 
 BuildRequires:          doxygen
@@ -154,6 +154,10 @@ install -p -m 644 -D %{SOURCE1} %{buildroot}%{_unitdir}/%{toolsdaemon}.service
 %{_libdir}/libvmtools.so
 
 %changelog
+* Mon May 06 2013 Ravindra Kumar <ravindrakumar at vmware.com> - 9.2.3-5
+- Renamed source file open-vm-tools.service -> vmtoolsd.service
+  to match it with the service name
+
 * Wed May 01 2013 Ravindra Kumar <ravindrakumar at vmware.com> - 9.2.3-4
 - Bumped the release to pick the new service definition with
   no restart directive.
diff --git a/open-vm-tools.service b/vmtoolsd.service
similarity index 95%
rename from open-vm-tools.service
rename to vmtoolsd.service
index bc926a3..426d4fb 100644
--- a/open-vm-tools.service
+++ b/vmtoolsd.service
@@ -4,7 +4,6 @@ Documentation=http://open-vm-tools.sourceforge.net/about.php
 ConditionVirtualization=vmware
 
 [Service]
-Type=simple
 ExecStart=/usr/bin/vmtoolsd
 TimeoutStopSec=5
 


More information about the scm-commits mailing list