- Revert previous change (Thu Feb 20 23:08:43 UTC 2025). The proposed

solutions was non-standard.

OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=470
This commit is contained in:
Kirk Allan 2025-02-25 22:59:48 +00:00 committed by Git OBS Bridge
parent 2375c606fa
commit 3a7db222b4
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 25 22:39:24 UTC 2025 - Kirk Allan <kallan@suse.com>
- Revert previous change (Thu Feb 20 23:08:43 UTC 2025). The proposed
solutions was non-standard.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 20 23:08:43 UTC 2025 - Kirk Allan <kallan@suse.com> Thu Feb 20 23:08:43 UTC 2025 - Kirk Allan <kallan@suse.com>

View File

@ -398,8 +398,6 @@ done
%post %post
/sbin/ldconfig /sbin/ldconfig
%service_add_post vmtoolsd.service vgauthd.service vmblock-fuse.service %service_add_post vmtoolsd.service vgauthd.service vmblock-fuse.service
systemctl enable vmtoolsd.service || :
systemctl enable vgauthd.service || :
%if %{with_X} %if %{with_X}
@ -415,7 +413,6 @@ systemctl enable vgauthd.service || :
%set_permissions /usr/bin/vmware-user-suid-wrapper %set_permissions /usr/bin/vmware-user-suid-wrapper
%if %{with vmblockfuseservice} %if %{with vmblockfuseservice}
%service_add_post vmblock-fuse.service %service_add_post vmblock-fuse.service
systemctl enable vmblock-fuse.service || :
%endif %endif
/sbin/ldconfig /sbin/ldconfig