Hello community, here is the log from the commit of package open-vm-tools for openSUSE:Factory checked in at 2014-05-15 19:12:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/open-vm-tools (Old) and /work/SRC/openSUSE:Factory/.open-vm-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "open-vm-tools" Changes: -------- --- /work/SRC/openSUSE:Factory/open-vm-tools/open-vm-tools.changes 2014-03-27 06:10:36.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.open-vm-tools.new/open-vm-tools.changes 2014-05-15 19:12:48.000000000 +0200 @@ -1,0 +2,6 @@ +Wed May 14 15:40:19 UTC 2014 - [email protected] + +- added forgotten %pre snippet for service addition, this made + systemd service not auto-start. bnc#870737 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ open-vm-tools.spec ++++++ --- /var/tmp/diff_new_pack.gGhmuq/_old 2014-05-15 19:12:49.000000000 +0200 +++ /var/tmp/diff_new_pack.gGhmuq/_new 2014-05-15 19:12:49.000000000 +0200 @@ -333,6 +333,11 @@ 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 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
