Accepting request 233890 from home:msmeissn:branches:Virtualization:VMware
- added forgotten %pre snippet for service addition, this made systemd service not auto-start. bnc#870737 OBS-URL: https://build.opensuse.org/request/show/233890 OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=258
This commit is contained in:
parent
eb8e0850ff
commit
33eea7d9df
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user