Commit Graph

337 Commits

Author SHA256 Message Date
Dominique Leuenberger
bbaa55118c Accepting request 647650 from Virtualization:VMware
OBS-URL: https://build.opensuse.org/request/show/647650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=80
2018-11-12 08:42:34 +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
Dominique Leuenberger
6290244829 Accepting request 641752 from Virtualization:VMware
OBS-URL: https://build.opensuse.org/request/show/641752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=79
2018-10-15 07:43:25 +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
Dominique Leuenberger
9a1598f8c2 Accepting request 629475 from Virtualization:VMware
OBS-URL: https://build.opensuse.org/request/show/629475
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=78
2018-08-27 11:48:07 +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
Dominique Leuenberger
a802a52c4e Accepting request 610176 from Virtualization:VMware
OBS-URL: https://build.opensuse.org/request/show/610176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=77
2018-05-18 12:28:01 +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
Dominique Leuenberger
0d0fee989d Accepting request 576372 from Virtualization:VMware
OBS-URL: https://build.opensuse.org/request/show/576372
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=76
2018-02-14 09:52:24 +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
Dominique Leuenberger
6311b844ed Accepting request 558997 from Virtualization:VMware
OBS-URL: https://build.opensuse.org/request/show/558997
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=75
2017-12-23 11:20:05 +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
Dominique Leuenberger
2b20f6c2ac Accepting request 534282 from Virtualization:VMware
1

OBS-URL: https://build.opensuse.org/request/show/534282
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=74
2017-10-23 14:43:50 +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
Dominique Leuenberger
ae34279918 Accepting request 518316 from Virtualization:VMware
1

OBS-URL: https://build.opensuse.org/request/show/518316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=73
2017-08-24 16:55:20 +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
Yuchen Lin
6152947ae7 Accepting request 484369 from Virtualization:VMware
1

OBS-URL: https://build.opensuse.org/request/show/484369
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=72
2017-04-11 07:40:01 +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
Dominique Leuenberger
d4f373765d Accepting request 459314 from Virtualization:VMware
1

OBS-URL: https://build.opensuse.org/request/show/459314
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=71
2017-02-21 12:51:46 +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
Dominique Leuenberger
e5e17ce6db Accepting request 455367 from Virtualization:VMware
1

OBS-URL: https://build.opensuse.org/request/show/455367
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=70
2017-02-09 10:17:57 +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
Dominique Leuenberger
c4e4db2047 Accepting request 443236 from Virtualization:VMware
1

OBS-URL: https://build.opensuse.org/request/show/443236
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=69
2016-12-03 17:28:00 +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
Dominique Leuenberger
37fe5f676e Accepting request 408356 from Virtualization:VMware
1

OBS-URL: https://build.opensuse.org/request/show/408356
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=68
2016-07-15 10:53:50 +00:00
Ken Johnson
e37b4f2cdd Accepting request 408355 from home:kenljohnson:branches:Virtualization:VMware
fix vmtoolsd init script(bnc#971031)

OBS-URL: https://build.opensuse.org/request/show/408355
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=336
2016-07-13 20:11:00 +00:00
Dominique Leuenberger
0814aa47b4 Accepting request 405101 from Virtualization:VMware
submitting r334 so we can move on

OBS-URL: https://build.opensuse.org/request/show/405101
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=67
2016-07-01 07:59:09 +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
Dominique Leuenberger
311550d666 Accepting request 392958 from Virtualization:VMware
1

OBS-URL: https://build.opensuse.org/request/show/392958
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=66
2016-05-02 08:44:48 +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
Dominique Leuenberger
56001451fb Accepting request 391293 from Virtualization:VMware
1

OBS-URL: https://build.opensuse.org/request/show/391293
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=65
2016-04-28 14:55:58 +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
Dominique Leuenberger
cc464974fb Accepting request 341723 from Virtualization:VMware
Update to match changes in devel project for issue in Leap (bsc#952645)

OBS-URL: https://build.opensuse.org/request/show/341723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=64
2015-11-02 11:55:05 +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
f058752c31 - Enable vgauth for openSUSE Leap 42.1 (bsc#952645)
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=322
2015-10-30 15:58:53 +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
Stephan Kulow
6b94c5f78f Accepting request 340509 from Virtualization:VMware
Remove vgauth dependency in services file if vgauth is not enabled

OBS-URL: https://build.opensuse.org/request/show/340509
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=63
2015-10-24 08:29:37 +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
Dominique Leuenberger
3fec97b8bf Accepting request 330428 from Virtualization:VMware
Update to open-vm-tools 10.0.0

OBS-URL: https://build.opensuse.org/request/show/330428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=62
2015-09-13 07:45:00 +00:00
Mike Latimer
c31e7c0ee2 Add update request bug number to changelog
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=316
2015-09-10 18:36:01 +00:00