Commit Graph

150 Commits

Author SHA256 Message Date
Kirk Allan
ffb37fb5ad Accepting request 722088 from home:kallan:branches:Virtualization:VMware
- Revert change from (bsc#1133623) update vmtoolsd.service tools to run after
  the network service is ready.  This updated caused cyclic dependencies as 
  reported by bugs (bsc#1143452) and (bsc#1141969)

OBS-URL: https://build.opensuse.org/request/show/722088
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=376
2019-08-09 20:26:18 +00:00
Kirk Allan
4c020a07d5 Accepting request 701424 from home:kallan:branches:Virtualization:VMware
- Update vmtoolsd.service tools to run after the network service is
  ready. (bsc#1133623)
- Link VGAuthService to libxmlsec1 rather than libxml-security-c in
  SLES 12 SP3. (bsc#1122435)

OBS-URL: https://build.opensuse.org/request/show/701424
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=374
2019-05-07 21:42:15 +00:00
Kirk Allan
40b2748510 Accepting request 689915 from home:kallan:branches:Virtualization:VMware
- Update to 10.3.10 (build 12406962) (boo#1130898)
  + Resolved - In certain cases, quiesced snapshots on Linux guests do not
    include backup manifests.
- Drop unnecessary patch:
  - include_log_h_for_g_info.patch
  - no_manifest_on_aborted_snapshot.patch
  - send_vmbackup_event_generic_manifest.patch
  - vmtoolsd_bailout_on_rpc_errors.patch

OBS-URL: https://build.opensuse.org/request/show/689915
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=372
2019-03-29 17:26:33 +00:00
Kirk Allan
5c14bf3d2d Accepting request 684788 from home:kallan:branches:Virtualization:VMware
- Link VGAuthService to libxmlsec1 rather than libxml-security-c for
  SLES 15 and SLES 15 SP1. It requires libxmlsec1 to be available in the
  base.  VGAuthService is already being linked with libxmlsec1 for
  SLES 12 SP4.  (bsc#1122435)

OBS-URL: https://build.opensuse.org/request/show/684788
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=370
2019-03-13 20:45:58 +00:00
Kirk Allan
c15dd3c412 Accepting request 679192 from home:marxin:branches:Virtualization:VMware
- Add gcc9-warnings.patch (bsc#1126102).

OBS-URL: https://build.opensuse.org/request/show/679192
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=368
2019-03-04 23:16:23 +00:00
Kirk Allan
062860c7b1 Accepting request 672900 from home:kallan:branches:Virtualization:VMware
- Link VGAuthService to libxmlsec1 rather than libxml-security-c in SLE
  products where available. (bsc#1122435)
- Add patches to correct and/or improve handling of certain quiesced snapshot
  failures (bsc#1124397).
  + no_manifest_on_aborted_snapshot.patch
    Don't send a backup manifest when aborting a Linux quiesced snapshot.
  + vmtoolsd_bailout_on_rpc_errors.patch
    Bail out vmtoolsd early when there are RPC errors.
  + send_vmbackup_event_generic_manifest.patch
    Always send VMBACKUP_EVENT_GENERIC_MANIFEST during quiesced snapshots.
  + include_log_h_for_g_info.patch
    Include vmware/tools/log.h to define g_info.

- Update vmtoolsd.service to support cloud-init customization by default  
  by adding "DefaultDependencies=no" and "Before=cloud-init-local.service"
  to the [Unit] section of vmtoolsd.service (bsc#1121964) .
- Copyright year updated in spec file.

OBS-URL: https://build.opensuse.org/request/show/672900
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=366
2019-02-08 22:36:39 +00:00
Kirk Allan
051b0ba810 Accepting request 647648 from home:kallan:branches:Virtualization:VMware
- Update to 10.3.5 (build 10430147) (boo#1115118)
  + While running a quiesced snapshot of a Linux guest on the vSphere hosts
    earlier than version 6.7, open-vm-tools logs warning messages.
  + CreateTemporaryFileInGuest/CreateTemporaryDirectoryInGuest returns a file
    path that does not exist.
  + Excessive spikes of the Memory/Workload percentage metric, in a vRealize
    Operations cluster.
  + open-vm-tools Service running as vmusr crashes on Linux systems which are
    not running on the VMware platform.
- Drop unnecessary patch:
  - false-negative-cloud-init.patch
  - handle-linux-kernel-stat-overflow.patch
  - optional-override-os-name.patch

OBS-URL: https://build.opensuse.org/request/show/647648
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=364
2018-11-09 17:55:02 +00:00
Kirk Allan
a77a3130e2 Accepting request 641751 from home:kallan:branches:Virtualization:VMware
- Added Handle Linux kernel /proc FS uint32 type stat overflow when calculating
  (bsc#1110793).
  + handle-linux-kernel-stat-overflow.patch
    On both 32-bit and 64-bit Linux, tools always parses Linux kernel /proc
    FS stats as uint64 values.  For rate stats, current - previous can handle
    uint64 type stat overflow, but not uint32 type.
- Added patch for Optional override for short and long OS names sent from Tools
  (bsc#1047469).
  + optional-override-os-name.patch
    Added support for customers to override the returned long and short OS
    names through the tools config file. If the setting is present, then names
    gathered by hostinfo will be ignored. The user is responsible for setting
    the appropriate names.
- Added patch for Workaround for false negative result when detecting
  cloud-init existance (bsc#1111619)
  + false-negative-cloud-init.patch
    "cloud-init -v" cmd is used to detect if cloud-init is properly configured
    and it works on most linux distros. However in some linux distro like
    Amazon Linux 2, "cloud-init -v" will print result to stderr instead of
    stdout and it makes "forkExecAndWaitCommand" give false negative result.
    1. added a new bool switch in  "ForkExecAndWaitCommand" to choose
      if we should ignore the stderr output when the return code is 0
    2. removed unnecessary reference for "ForkExecAndWaitCommand" in
      linuxDeploymentUtilities.c
    3. trivial change for some formatting

- Update to 10.2.5 (build 8068406) (boo#1089181)

OBS-URL: https://build.opensuse.org/request/show/641751
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=362
2018-10-12 21:07:33 +00:00
Kirk Allan
8f0a3da964 Accepting request 629473 from home:kallan:branches:Virtualization:VMware
- After updating the project to include openSUSE_Leap_15.0 and SLE_15, the
  builds for these two projects fail because of unresolved dependencies.
  Some Factory configuration settings were being used for them.  Need to adjust
  the spec file to not use Factory configuration settings for
  openSUSE_Leap_15.0 and SLE_15.

OBS-URL: https://build.opensuse.org/request/show/629473
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=360
2018-08-15 22:01:35 +00:00
Mike Latimer
75f6e99adf Accepting request 629299 from home:kallan:branches:Virtualization:VMware
-  Remove vgauthd.service from the %pre and %post section in the spec file.
   This allows vmtoolsd.service to enable vgauthd if needed which creates
   the vmtoolsd.service.requires/vgauthd.service symlink. (bsc#1103868)
- Add Requires: libxmlsec1-openssl1 to the spec file.  This is needed when
  using xmlsec1 rather than xml-ssecurity-c.

- Update to 10.3.0 (build 8931395)
  + Starting with 10.3.0, open-vm-tools builds with xmlsec1 by default (instead
    of building with xml-security). To revert to the old behavior and build
    with xml-security, use the option '--enable-xmlsecurity' for the
    ./configure command.
  + Add BuildRequires:  libxml2-devel
  + Add BuildRequires:  pkgconfig(xmlsec1) for all openSUSE builds
  + Use --enable-xmlsecurity when building for SLE
- Drop unnecessary patches
  - 100-libtirpc.patch

OBS-URL: https://build.opensuse.org/request/show/629299
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=359
2018-08-15 15:08:57 +00:00
Mike Latimer
c93d60476d Accepting request 610175 from home:mlatimer:branches:Virtualization:VMware
Update to 10.2.5 (including libtirpc fix for Factory)

OBS-URL: https://build.opensuse.org/request/show/610175
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=357
2018-05-18 03:13:40 +00:00
Mike Latimer
9e1d6ece81 Accepting request 576360 from home:dimstar:Factory
- Stop depending on the meta-package xorg-x11-devel as
  BuildRequires, but use the explicit module names configure is
  looking for: pkgconfig(sm), pkgconfig(xcomposite),
  pkgconfig(xext), pkgconfig(xi), pkgconfig(xinerama),
  pkgconfig(xrandr), pkgconfig(xrender) and pkgconfig(xtst).

https://lists.opensuse.org/opensuse-factory/2018-02/msg00272.html

OBS-URL: https://build.opensuse.org/request/show/576360
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=355
2018-02-13 19:14:57 +00:00
Mike Latimer
5fa4638798 Accepting request 558996 from home:mlatimer:branches:Virtualization:VMware
- The VMware provided open-vm-tools-deploypkg is now obsoleted.

OBS-URL: https://build.opensuse.org/request/show/558996
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=353
2017-12-21 00:46:33 +00:00
941f9baa89 Accepting request 558699 from home:mlatimer:branches:Virtualization:VMware
Update to 10.2.0

OBS-URL: https://build.opensuse.org/request/show/558699
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=352
2017-12-20 15:49:04 +00:00
Mike Latimer
9275962cef Accepting request 534280 from home:mlatimer:branches:Virtualization:VMware
- Build deploypackage plugin for SLES11 (bsc#1062837)
- Enable building with ssl capabilities for SLES11.
  +fix_discards_qualifiers_warning.patch 

- Update to 10.1.15 stable release
  + Tools Hgfs Plugin: refresh Hgfs drives on client start
  + Report version data via guestinfo vars
  + Add entries for MacOS 10.13 (High Sierra) to guest_os_tables.h

OBS-URL: https://build.opensuse.org/request/show/534280
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=350
2017-10-16 16:41:23 +00:00
Mike Latimer
cd2d431cef Accepting request 518315 from home:mlatimer:branches:Virtualization:VMware
Update to 10.1.10

OBS-URL: https://build.opensuse.org/request/show/518315
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=348
2017-08-23 04:19:19 +00:00
Ken Johnson
c9e11a749e 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
2017-04-01 23:05:57 +00:00
Ken Johnson
8f389b2dc0 Accepting request 484255 from home:kenljohnson:branches:Virtualization:VMware
Fix missing package dependency on libvmtools0

OBS-URL: https://build.opensuse.org/request/show/484255
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=345
2017-03-31 19:27:16 +00:00
Ken Johnson
5ec8e10dba Accepting request 482969 from home:kenljohnson:branches:Virtualization:VMware
Update to upstream 10.1.5 release and fix current Factory build failure.

OBS-URL: https://build.opensuse.org/request/show/482969
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=344
2017-03-27 22:20:38 +00:00
255bf20623 Accepting request 459194 from home:kukuk:branches:Virtualization:VMware
- Don't require insserv if we don't need it.

OBS-URL: https://build.opensuse.org/request/show/459194
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=342
2017-02-20 19:13:34 +00:00
Ken Johnson
cc1745ac06 Accepting request 455366 from home:kenljohnson:branches:Virtualization:VMware
OBS-URL: https://build.opensuse.org/request/show/455366
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=340
2017-02-07 23:05:19 +00:00
Ken Johnson
fce9cc1961 Accepting request 443231 from home:kenljohnson:branches:Virtualization:VMware
update to 10.1.0 release and removal of KMP package

OBS-URL: https://build.opensuse.org/request/show/443231
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=338
2016-12-02 21:08:25 +00:00
Ken Johnson
c91a16224c OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=334 2016-06-23 14:14:59 +00:00
Ken Johnson
d21c74c6d2 Accepting request 404101 from home:kenljohnson:branches:Virtualization:VMware
- update to the latest upstream branch with gtk3 support
- fix gcc 6 build failures

OBS-URL: https://build.opensuse.org/request/show/404101
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=333
2016-06-23 05:41:33 +00:00
Ken Johnson
3839e57ab5 Accepting request 392931 from home:a_faerber:branches:Virtualization:VMware
Clean up tarball filename

OBS-URL: https://build.opensuse.org/request/show/392931
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=331
2016-04-29 20:54:38 +00:00
Ken Johnson
63cbd4ccb9 Accepting request 392032 from home:kenljohnson:branches:Virtualization:VMware
update to 10.0.7

OBS-URL: https://build.opensuse.org/request/show/392032
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=330
2016-04-29 04:11:25 +00:00
Ken Johnson
298701dbc2 Accepting request 391274 from home:jirislaby:branches:Virtualization:VMware
- they renamed open-vm-tools-stable-10.0.5.tar.gz to
  stable-10.0.5.tar.gz -- fix .spec accordingly

OBS-URL: https://build.opensuse.org/request/show/391274
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=328
2016-04-22 14:31:18 +00:00
Ken Johnson
3c7c0de05c Accepting request 390775 from home:dimstar:vm
Fix build in Factory - rework build system a bit and adjust the code for posix compliance

OBS-URL: https://build.opensuse.org/request/show/390775
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=327
2016-04-20 14:53:35 +00:00
Mike Latimer
d1fc4020ee Accepting request 350715 from home:mlatimer:branches:Virtualization:VMware
Disable gtkmm2.4 for SLES12 builds

OBS-URL: https://build.opensuse.org/request/show/350715
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=326
2015-12-24 18:11:49 +00:00
Mike Latimer
6f68234486 Accepting request 350270 from home:mlatimer:branches:Virtualization:VMware
Update to 10.0.5

OBS-URL: https://build.opensuse.org/request/show/350270
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=325
2015-12-21 20:56:44 +00:00
Mike Latimer
cc76d9dc7b Disable vgauth for SLES12
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=323
2015-10-30 18:36:04 +00:00
Mike Latimer
2700d026c4 - Enable vgauth for openSUSE Leap 42.1
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=321
2015-10-30 15:57:36 +00:00
Mike Latimer
24be693943 Tweak to match open-vm-tools-KMP
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=319
2015-10-22 23:01:32 +00:00
Mike Latimer
55d85af380 Accepting request 340488 from home:mlatimer:branches:Virtualization:VMware
- Remove vgauth requirements from vmtoolsd.service file if vgauth
  is not enabled.
- Remove gcc4.7 requirement for older environments.

OBS-URL: https://build.opensuse.org/request/show/340488
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=318
2015-10-22 19:20:48 +00:00
592683f8cf Accepting request 330112 from home:mlatimer:branches:Virtualization:VMware
Enable vgauth for openSUSE_Factory

OBS-URL: https://build.opensuse.org/request/show/330112
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=315
2015-09-10 09:58:12 +00:00
26c9dce800 OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=314 2015-09-07 11:21:01 +00:00
a55c39ea57 - Update to open-vm-tools-10.0.0-3000743
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=313
2015-09-07 10:41:10 +00:00
923f5232c3 Accepting request 329232 from home:mlatimer:branches:Virtualization:VMware
Update to open-vm-tools 10.0.0

OBS-URL: https://build.opensuse.org/request/show/329232
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=312
2015-09-07 09:06:20 +00:00
1d68c50f86 fix
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=309
2015-08-12 07:06:48 +00:00
1722fd41dd OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=306 2015-08-12 06:54:45 +00:00
fab3683629 OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=305 2015-08-10 14:25:00 +00:00
d9a1d4fe63 OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=304 2015-08-10 14:19:22 +00:00
2d843f1ef6 OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=303 2015-08-10 14:15:56 +00:00
c0bb0ea53f Fixup path to source tarball
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=301
2015-07-14 08:27:50 +00:00
512898fd89 Accepting request 316496 from home:mlatimer:branches:Virtualization:VMware
Update to 9.10.2

OBS-URL: https://build.opensuse.org/request/show/316496
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=300
2015-07-14 08:16:33 +00:00
373bb969a1 Accepting request 314191 from home:1Antoine1:branches:Virtualization:VMware
- Fix compilation issues with GCC 5:
  * Add toolboxcmd-fix-logic.patch
  * Add asm_x86.patch

OBS-URL: https://build.opensuse.org/request/show/314191
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=298
2015-06-29 07:21:49 +00:00
51a408da67 fi
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=295
2015-05-29 10:01:19 +00:00
70390920d1 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
2015-05-29 10:00:01 +00:00
97783b0ed5 - Handle kernel 4.0: we can't just compare the 'minor' part of the
version anymore when applying patches.

- Handle kernel 4.0: we can't just compare the 'minor' part of the
  version anymore when applying patches.

OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=292
2015-05-05 14:31:50 +00:00
8ea62f8a13 OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=290 2015-02-20 10:37:13 +00:00