Renamed open-vm-tools.service -> vmtoolsd.service
This commit is contained in:
parent
e821a443a9
commit
8e9f95331e
@ -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@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
|
||||
- Bumped the release to pick the new service definition with
|
||||
no restart directive.
|
||||
|
@ -4,7 +4,6 @@ Documentation=http://open-vm-tools.sourceforge.net/about.php
|
||||
ConditionVirtualization=vmware
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/vmtoolsd
|
||||
TimeoutStopSec=5
|
||||
|
Loading…
Reference in New Issue
Block a user