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

This commit is contained in:
Ravindra Kumar 2013-05-06 11:55:51 -07:00
parent e821a443a9
commit 8e9f95331e
2 changed files with 6 additions and 3 deletions

View File

@ -6,13 +6,13 @@
Name: open-vm-tools Name: open-vm-tools
Version: %{toolsversion} Version: %{toolsversion}
Release: 4%{?dist} Release: 5%{?dist}
Summary: Open VMware Tools for virtual machines hosted on VMware Summary: Open VMware Tools for virtual machines hosted on VMware
Group: Applications/System Group: Applications/System
License: GPLv2 License: GPLv2
URL: http://%{name}.sourceforge.net/ URL: http://%{name}.sourceforge.net/
Source0: http://sourceforge.net/projects/%{name}/files/%{name}/stable-%{majorversion}.x/%{name}-%{version}-%{toolsbuild}.tar.gz 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 ExclusiveArch: %{ix86} x86_64
BuildRequires: doxygen BuildRequires: doxygen
@ -154,6 +154,10 @@ install -p -m 644 -D %{SOURCE1} %{buildroot}%{_unitdir}/%{toolsdaemon}.service
%{_libdir}/libvmtools.so %{_libdir}/libvmtools.so
%changelog %changelog
* Mon May 06 2013 Ravindra Kumar <ravindrakumar@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@vmware.com> - 9.2.3-4 * Wed May 01 2013 Ravindra Kumar <ravindrakumar@vmware.com> - 9.2.3-4
- Bumped the release to pick the new service definition with - Bumped the release to pick the new service definition with
no restart directive. no restart directive.

View File

@ -4,7 +4,6 @@ Documentation=http://open-vm-tools.sourceforge.net/about.php
ConditionVirtualization=vmware ConditionVirtualization=vmware
[Service] [Service]
Type=simple
ExecStart=/usr/bin/vmtoolsd ExecStart=/usr/bin/vmtoolsd
TimeoutStopSec=5 TimeoutStopSec=5