From b8240a8a24a70172f28b82cea2fc2bbb318b6077 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Apr 26 2013 11:50:37 +0000 Subject: Enable service by default on systemd systems. --- diff --git a/open-vm-tools.spec b/open-vm-tools.spec index 8f1f8a1..d537310 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -6,7 +6,7 @@ Name: open-vm-tools Version: %{toolsversion} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open VMware Tools for virtual machines hosted on VMware Group: Applications/System License: GPLv2 @@ -141,7 +141,7 @@ install -p -m 755 -D %{SOURCE2} %{buildroot}%{_initrddir}/%{toolsdaemon} /sbin/ldconfig if [ $1 -eq 1 ] ; then # Initial installation - /bin/systemctl daemon-reload >/dev/null 2>&1 || : + /bin/systemctl enable %{toolsdaemon}.service >/dev/null 2>&1 || : fi %preun @@ -244,6 +244,9 @@ fi %{_libdir}/libvmtools.so %changelog +* Fri Apr 26 2013 Simone Caronni - 9.2.3-2 +- Enable service by default on systemd systems. + * Fri Apr 26 2013 Simone Caronni - 9.2.3-1 - Package new upstream version open-vm-tools-9.2.3-1031360. - Removed configure options CUSTOM_PROCPS_NAME (for libproc) and