Bug#1056205: open-vm-tools containerInfo plugin is being installed in incorrect directory

2023-11-27 Thread Bernd Zeimetz
Hi John!

> VMware's internal builds and testing of upcoming versions of open-vm-
> tools is based on the 
> debian packaging source seen at 
> 
>  
> https://salsa.debian.org/vmware-packaging-team/pkg-open-vm-tools/

That is nice to hear!
Feel free to create an account on salsa and send merge requests, they
will go trough the CI automatically and make your (no need to type long
bug emails)_and my work easier.


How important is this issue for you? Does it need to be fixed in the
stable releases?


I've uploaded the fixed version to unstable, all backports will follow
when it hits testing.


Thanks,

Bernd

-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprint: ECA1 E3F2 8E11 2432 D485  DD95 EB36 171A 6FF9 435F



Bug#1056205: open-vm-tools containerInfo plugin is being installed in incorrect directory

2023-11-18 Thread John Wolfe
Package: open-vm-tools
Version: 2:12.3.x

open-vm-tools containerInfo plugin is being installed in incorrect directory

VMware's internal builds and testing of upcoming versions of open-vm-tools is 
based on the
debian packaging source seen at

 https://salsa.debian.org/vmware-packaging-team/pkg-open-vm-tools/


The debian/rules script contains the following related to the positioning of 
the containerInfo plugin

   # moving open-vm-tools-containerinfo files
   mkdir -p 
debian/open-vm-tools-containerinfo/usr/lib/$(DEB_HOST_MULTIARCH)/open-vm-tools/plugin/containerinfo/
   mv 
debian/open-vm-tools/usr/lib/$(DEB_HOST_MULTIARCH)/open-vm-tools/plugins/vmsvc/libcontainerInfo.so
 
debian/open-vm-tools-containerinfo/usr/lib/$(DEB_HOST_MULTIARCH)/open-vm-tools/plugins/containerinfo/

The optional containerInfo plugin, if installed, will be run by the vmtoolsd 
service.
The libcontainerInfo.so plugin should be installed in the 
open-vm-tools/plugins/vmsvc directory as is the libserviceDiscovery.so plugin.

Please update the debian/rules file with:

   # moving open-vm-tools-containerinfo files
   mkdir -p 
debian/open-vm-tools-containerinfo/usr/lib/$(DEB_HOST_MULTIARCH)/open-vm-tools/plugi/vmsvc/
   mv 
debian/open-vm-tools/usr/lib/$(DEB_HOST_MULTIARCH)/open-vm-tools/plugins/vmsv/libcontainerInfo.so
 
debian/open-vm-tools-containerinfo/usr/lib/$(DEB_HOST_MULTIARCH)/open-vm-tools/plugins/vmsvc/

Have filed BZ with Ubuntu 
at:https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/2043897

Thanks,
John Wolfe