Accepting request 309111 from home:mlatimer:branches:Virtualization:VMware

Updating to version 9.10.0.

Highlights include:
  - Update to open-vm-tools-9.10.0-2476743:
  - Build using gcc4.7 for SLES11 environments to avoid mul64.h dependency problem for i586 architectures (Note - This prevents building on <= SLES11SP2)
  - Add libmspack BuildRequires (required by deploypkg).
  - Add openssl BuildRequires (required by grabbitmqproxy and vgauth).
  - Compile using --without-xmlsecurity and --without-xerces as pkgconfig(xml-security-c) is not yet available in the build service, (this disables vgauth support).
  - Disable deploypkg for older versions of SLES and openSUSE.
  - Disable ssl for older versions of SLES and openSUSE (this disables grabbitmqproxy and vgauth).
  - Update spec file to be compatible with SLES and openSUSE.

OBS-URL: https://build.opensuse.org/request/show/309111
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=294
This commit is contained in:
2015-05-29 10:00:01 +00:00
committed by Git OBS Bridge
parent 97783b0ed5
commit 70390920d1
24 changed files with 962 additions and 3879 deletions

View File

@@ -88,7 +88,6 @@ case "$1" in
-o subtype=vmware-vmblock,default_permissions,allow_other \
/var/run/vmblock-fuse
modprobe $VMBALLOON
modprobe vmsync
## Start daemon with startproc(8). If this fails
## the return value is set appropriately by startproc.
/sbin/startproc $VMTOOLSD_BIN
@@ -109,7 +108,6 @@ case "$1" in
fi
/sbin/killproc -TERM $VMTOOLSD_BIN
umount /var/run/vmblock-fuse || :
modprobe -r vmsync || :
modprobe -r $VMBALLOON || :
# Remember status and be verbose