Accepting request 484368 from home:kenljohnson:branches:Virtualization:VMware
Added fix for bsc#1028866 OBS-URL: https://build.opensuse.org/request/show/484368 OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=346
This commit is contained in:
parent
8f389b2dc0
commit
c9e11a749e
@ -1,6 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 19:03:48 UTC 2017 - ken@suse.com
|
||||
Fri Mar 31 20:55:06 UTC 2017 - ken@suse.com
|
||||
|
||||
- Fix unowned /var/lib/vmware directory. (bsc#1028866)
|
||||
- Fix package dependency for open-vm-tools on libvmtools0 (bsc#1031968)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -292,6 +292,7 @@ ln -sf service %{buildroot}%{_sbindir}/rcvmblock-fuse
|
||||
%if %{with vgauth}
|
||||
install -p -m 644 -D %{SOURCE8} %{buildroot}%{_unitdir}/vgauthd.service
|
||||
ln -sf service %{buildroot}%{_sbindir}/rcvgauthd
|
||||
mkdir -p %{buildroot}%{_var}/lib/vmware
|
||||
%else
|
||||
# if vgauth is not enabled, it must be removed from vmtoolsd.service
|
||||
sed -i '/vgauth/d' %{buildroot}%{_unitdir}/vmtoolsd.service
|
||||
@ -476,6 +477,7 @@ rm -rf %{buildroot}
|
||||
%config(noreplace) %{_sysconfdir}/vmware-tools/guestproxy-ssl.conf
|
||||
%endif
|
||||
%if %{with vgauth}
|
||||
%dir %{_var}/lib/vmware
|
||||
%{_bindir}/VGAuthService
|
||||
%{_bindir}/vmware-vgauth-cmd
|
||||
%dir %{_sysconfdir}/vmware-tools/vgauth
|
||||
|
Loading…
x
Reference in New Issue
Block a user