Accepting request 233898 from Virtualization:VMware

- added forgotten %pre snippet for service addition, this made
  systemd service not auto-start. bnc#870737 (forwarded request 233890 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/233898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=52
This commit is contained in:
Stephan Kulow 2014-05-15 17:12:47 +00:00 committed by Git OBS Bridge
commit 8cfd7f9bc1
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 14 15:40:19 UTC 2014 - meissner@suse.com
- added forgotten %pre snippet for service addition, this made
systemd service not auto-start. bnc#870737
-------------------------------------------------------------------
Tue Mar 17 21:52:29 UTC 2014 - mlatimer@suse.com

View File

@ -333,6 +333,11 @@ install -D -m 0644 %{SOURCE6} %{buildroot}%{_sysconfdir}/modprobe.d/50-vmnics.co
find %{buildroot} -name '*vmhgfs*' -delete -print
%endif
%pre
%if %{with_systemd}
%service_add_pre vmtoolsd.service
%endif
%post
%if 0%{?suse_version} <= 1130
%run_permissions