Commit Graph

225 Commits

Author SHA256 Message Date
fe7306e787 - limit to protobuf < 22 for now until build failures have been fixed
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=438
2023-06-27 19:54:20 +00:00
Kirk Allan
45e86ede5e Accepting request 1094244 from home:kallan:branches:Virtualization:VMware
- Fix (bsc#1212143) - (CVE-2023-20867) - VUL-0: CVE-2023-20867:
  open-vm-tools: Authentication Bypass vulnerability in the vgauth
  module
  + Add patch: 2023-20867-Remove-some-dead-code.patch

OBS-URL: https://build.opensuse.org/request/show/1094244
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=436
2023-06-20 23:21:57 +00:00
85b519ea96 OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=435 2023-06-19 07:06:41 +00:00
ee37cbd027 Accepting request 1093109 from home:dimstar:Factory
- pin to protobuf < 22 until grpc and open-vm-tools support
  protobuf 22.

OBS-URL: https://build.opensuse.org/request/show/1093109
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=434
2023-06-14 11:41:29 +00:00
Kirk Allan
22c7c3c5a9 Accepting request 1084142 from home:jengelh:branches:Virtualization:VMware
- Add 0001-build-put-l-specifiers-into-LIBADD-not-LDFLAGS.patch,
  0002-build-use-grpc-pkgconfig-to-retrieve-flags-libraries.patch
  [boo#1210695]

OBS-URL: https://build.opensuse.org/request/show/1084142
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=432
2023-05-08 21:34:05 +00:00
Kirk Allan
e1f9fca949 Accepting request 1077252 from home:kallan:branches:Virtualization:VMware
- As per jsc-PED-1344, update spec file to only build the containerinfo
  plugin for TW/SLES 15 SP5 and newer.

OBS-URL: https://build.opensuse.org/request/show/1077252
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=430
2023-04-04 17:25:36 +00:00
Kirk Allan
e0771d26ff Accepting request 1075339 from home:kallan:branches:Virtualization:VMware
- Update to 12.2.0 (build 21223074) (boo#1209128)
  - There are no new features in the open-vm-tools 12.2.0 release. This is
    primarily a maintenance release that addresses a few critical problems,
    including:
    - Linux quiesced snapshots have been updated to avoid intermittent hangs of
      the vmtoolsd process.
    - Updated the guestOps to handle some edge cases when File_GetSize() fails
      or returns -1.
    - A number of Coverity reported issues have been addressed.
    - Detect the proto files for the containerd grpc client in alternate
      locations.  Pull request #626
    - FreeBSD: Support newer releases and code clean-up for earlier versions.
      Pull request #584
  - Please refer to the release notes at
    https://github.com/vmware/open-vm-tools/blob/stable-12.2.0/ReleaseNotes.md
  - The granular changes that have gone into the 12.2.0 release are in the
    ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.2.0/
      open-vm-tools/ChangeLog
- Update detect-suse-location.patch to remove upstream accepted portion of the
  patch (jsc-PED-1344).

OBS-URL: https://build.opensuse.org/request/show/1075339
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=428
2023-03-29 19:39:56 +00:00
4ef1453b45 Accepting request 1045606 from home:schubi2:pam_usr_etc
- Migration of PAM settings to /usr/lib/pam.d.

OBS-URL: https://build.opensuse.org/request/show/1045606
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=426
2022-12-30 11:59:00 +00:00
Kirk Allan
3d5a09a3ef Accepting request 1043005 from home:kallan:branches:Virtualization:VMware
- Don't list libgrpc++, libgrpc, and libprotobuf in the containerinfo Requires
  section.  The dependencies will be added automatically.

OBS-URL: https://build.opensuse.org/request/show/1043005
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=424
2022-12-14 22:39:16 +00:00
Kirk Allan
a775c08d77 Accepting request 1042968 from home:kallan:branches:Virtualization:VMware
- Don't use new LDFLAGS, -labsl_synchronization -lgpr, when building for SLE.

  - Add dependencies on grpc, protobuf, and containerd for container
    introspection
- Added patches (jsc-PED-1344)
  + detect-suse-location.patch

OBS-URL: https://build.opensuse.org/request/show/1042968
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=423
2022-12-14 17:44:37 +00:00
Kirk Allan
4d9165cbad Add boo#1205962
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=422
2022-12-13 19:09:11 +00:00
Kirk Allan
e01dba6e31 Accepting request 1042521 from home:ccrane:branches:Virtualization:VMware
- Add containerInfo plugin (jsc-PED-1344)
    - Add dependencies on grpc, protobuf, and containerd for container introspection

- Add _service to handle open-vm-tools sources
- Update to 12.1.5 (build 20735119)
  - A number of Coverity reported issues have been addressed.
  - The deployPkg plugin may prematurely reboot the guest VM before cloud-init 
    has completed user data setup. If both the Perl based Linux customization 
    script and cloud-init run when the guest VM boots, the deployPkg plugin 
    may reboot the guest before cloud-init has finished. The deployPkg 
    plugin has been updated to wait for a running cloud-init process to 
    finish before the guest VM reboot is initiated. This issue is fixed in 
    this release.
  - A SIGSEGV may be encountered when a non-quiesing snapshot times out. 
    This issue is fixed in this release.
  - Unwanted vmtoolsd service error message if not on a VMware hypervisor.
    When open-vm-tools comes preinstalled in a base Linux release, the vmtoolsd
    services are started automatically at system start and desktop login. 
    If running on physical hardware or in a non-VMware hypervisor, the services
    will emit an error message to the Systemd's logging service before stopping.
    This issue is fixed in this release.

OBS-URL: https://build.opensuse.org/request/show/1042521
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=421
2022-12-13 18:54:37 +00:00
Kirk Allan
305fe48d1a Accepting request 999301 from home:kallan:branches:Virtualization:VMware
- Update to 12.1.0 (build 20219665) (boo#1202733)
  + New/Updated features:
    - Contains security update fix for (bsc#1202657) - (CVE-2022-31676)
      VUL-0: CVE-2022-31676: open-vm-tools:
      local privilege escalation vulnerability
  + A number of Coverity reported issues have been addressed.
  + [FTBFS] Fix the build of the ContainerInfo plugin for a 32-bit Linux
    release:
      https://github.com/vmware/open-vm-tools/pull/588
  + Make HgfsConvertFromNtTimeNsec aware of 64-bit time_t on i386 (32-bit)
    This change incorporates the support of 64 bit time epoch conversion
    from Windows NT time to Unix Epoch time on i386.
      https://github.com/vmware/open-vm-tools/pull/387
- Drop patch now contained in 12.1.0:
  + gcc_size_t.patch

OBS-URL: https://build.opensuse.org/request/show/999301
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=419
2022-08-25 23:31:09 +00:00
Kirk Allan
164265a050 Accepting request 965451 from home:kallan:branches:Virtualization:VMware
- Update to 12.0.0 (build 19345655) (boo#1196803)
- jsc#SLE-24097 ECO Update open-vm-tools 12.0.0
  + New/Updated features:
    - Support for managing Salt Minion through guest variables.  A new
      open-vm-tools-salt-minion rpm is added to handle this support.
        jsc#SLE-24094 Update open-vm-tools 12.0.0 SLES15SP4
        jsc#SLE-24095 Update open-vm-tools 12.0.0 SLES15SP3
        jsc#SLE-24096 Update open-vm-tools 12.0.0 SLES12SP5
    - New ComponentMgr plugin to manage (add, remove, monitor) components on
      the guest VM. 
    - Patch to fix potential Fail to Build from Source [FTBFS] (boo#1196804).
    - Build vmhgfs with either libfuse2 or libfuse3.
  + A number of Coverity and Codacy reported issues have been addressed.
  + The following issues and pull requests reported on
    github.com/vmware/open-vm-tools have been addressed: Issue # 128,
    Issue # 314, Pull # 513, Pull # 544, Pull # 573
    
- Added patches
  + gcc_size_t.patch (boo#1196804)

OBS-URL: https://build.opensuse.org/request/show/965451
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=417
2022-03-28 17:28:45 +00:00
Kirk Allan
4fbf2a8071 Accepting request 924275 from home:kallan:branches:Virtualization:VMware
- Update to 11.3.5 (build 18557794) (boo#1190987)
  + New/Updated features:
    - Added a configurable logging capability to the network script.
      The network script has been updated to:
        use vmware-toolbox-cmd to query any network logging configuration from
        the tools.conf file.  Use vmtoolsd --cmd "log ..." to log a message to
        the vmx logfile when the logging handler is configured to "vmx" or when
        the logfile is full or is not writeable.
    - The hgfsmounter (mount.vmhgfs) command has been removed from
      open-vm-tools.
      The hgfsmounter (mount.vmhgfs) command is no longer used in
      Linux open-vm-tools. It has been replaced by hgfs-fuse. Therefore,
      removing all references to the hgfsmounter in Linux builds.
  + Resolved issues:
    - Customization: Retry the Linux reboot if telinit is a soft link to
      systemctl.
    - Open-vm-tools commands would hang if configured with "--enable-valgrind".
  + Spec file updates for:
    - rpmlint errors
    - arg_xmlsec1 --enable-xmlsec1 for better xmlsec1/libxml2 handling.

OBS-URL: https://build.opensuse.org/request/show/924275
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=416
2021-10-08 18:15:10 +00:00
Kirk Allan
d6dbe9a54b Accepting request 901764 from home:kallan:branches:Virtualization:VMware
- Update to 11.3.0 (build 18090558) (boo#1187567)
  + Resolved issues:
    - The following github issues and pull requests have been resolved:
      446, 481, 500, and 509
    - The following Pull requests have been resolved: 474 and 505
    - A number of issues detected by Coverity, internally or by third parties,
      have been addressed.
    - A command line tool, vmwgfxctrl, has been added to open-vm-tools for
      Linux that can be used to control various aspects of the vmwgfx Linux
      kernel module.  Currently it can both display and set the current
      topology of the vmwgfx kernel driver. It is useful when trying to
      configure custom resolutions on recent Linux distributions, including
      multi-monitor setups.
    - A command line tool, vmware-alias-import, has been added to
      open-vm-tools that can be used to import vgauth config data and apply
      it to the running vgauth service.
    - Enhancements to support or utilize various vSphere features.
- Fixed bug (bsc#1185175) In vmtoolsd.service move deprecated path
  "/var/run" to "/run" for it's PIDfile.
- Update pam-vmtoolsd.patch to compensate for new line numbers.
- Drop patch now contained in 11.3.0:
  - open-vm-tools-glib-2.67.patch
  - open-vm-tools-pollGtk.patch

OBS-URL: https://build.opensuse.org/request/show/901764
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=415
2021-06-24 14:45:26 +00:00
Kirk Allan
168c8a87f8 Accepting request 891133 from home:kallan:branches:Virtualization:VMware
- Add open-vm-tools-pollGtk.patch: Fixes boo#1185103 GCC 11: open-vm-tools
  package fails.

OBS-URL: https://build.opensuse.org/request/show/891133
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=413
2021-05-06 20:26:52 +00:00
07c5eff063 Accepting request 881482 from home:dimstar:Factory
- Add open-vm-tools-glib-2.67.patch: Fix build with glib 2.67.
  Patch has been borrowed by Fedora, upstream is still busy working
  out a patch (I'd not be surprised if they end up merging this
  finally.
  https://github.com/vmware/open-vm-tools/issues/500

OBS-URL: https://build.opensuse.org/request/show/881482
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=411
2021-03-26 11:33:22 +00:00
6f4ce05a0e Accepting request 879216 from home:lnussel:usrmove
- prepare usrmerge (boo#1029961)

OBS-URL: https://build.opensuse.org/request/show/879216
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=410
2021-03-21 08:32:05 +00:00
Kirk Allan
6bf86a4392 Accepting request 866067 from home:kallan:branches:Virtualization:VMware
- Update to 11.2.5 (build 17337674) (boo#1180997)
  + Resolved issues:
    - The SUSE specific vmtoolsd PAM configuration file incorrectly referenced
      pam_securetty.so.
    - The following issues and pull requests reported on
      https://github.com/vmware/open-vm-tools have been addressed:
        https://github.com/vmware/open-vm-tools/issues/467
        https://github.com/vmware/open-vm-tools/issues/468
        https://github.com/vmware/open-vm-tools/pull/469
    - A number of Coverity reported errors and false positives have been
      addressed.
    - A complete list of the granular changes that are in the
      open-vm-tools 11.2.5 release is available at:
        https://github.com/vmware/open-vm-tools/blob/stable-11.2.5/open-vm-tools/ChangeLog
- Update pam-vmtoolsd.patch: With the pam_securetty.so entry fixed, only need
  the modified Makefile.am portion of the patch which copies the suse file to
  the /etc/pam.d/vmtoolsd file rather than the default generic file.

OBS-URL: https://build.opensuse.org/request/show/866067
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=408
2021-01-22 16:23:17 +00:00
98c707385a Accepting request 852660 from home:Guillaume_G:branches:Virtualization:VMware
- Enable build on aarch64

OBS-URL: https://build.opensuse.org/request/show/852660
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=406
2020-12-04 09:14:35 +00:00
0b241408db Accepting request 847351 from home:iznogood:branches:Virtualization:VMware
Fix pkgconfig name in previous checkin.

OBS-URL: https://build.opensuse.org/request/show/847351
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=404
2020-11-10 08:30:38 +00:00
8c99533352 Accepting request 847340 from home:dimstar:Factory
- Add explicit pkgconfig(gdk_pixbuf_xlib-2.0) BuildRequires: used
  to be pulled in (as part of gdk-pixbuf) by GTK3 in the past. But
  as configure explicitly looks for it, it is our own duty to
  ensure its presence.

OBS-URL: https://build.opensuse.org/request/show/847340
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=403
2020-11-09 19:33:08 +00:00
Kirk Allan
83f757dc98 Accepting request 843444 from home:kallan:branches:Virtualization:VMware
- Update to 11.2.0 (build 16938113) (boo#1177987)
  + Fixed memory leak occurs in disk device mapping information for IDE,
    SATA or SAS (LSI Logic SAS) disks configured in the guest.
  + The following issues and pull requests reported on
    https://github.com/vmware/open-vm-tools have been addressed:
      https://github.com/vmware/open-vm-tools/issues/429
      https://github.com/vmware/open-vm-tools/pull/431
      https://github.com/vmware/open-vm-tools/pull/432
      https://github.com/vmware/open-vm-tools/issues/452
  + A number of Coverity reported errors and false positives have been
    addressed.
  + A complete list of the granular changes that are in the open-vm-tools
    11.2.0 release is available at:
      https://github.com/vmware/open-vm-tools/blob/stable-11.2.0/open-vm-tools/ChangeLog
- Update pam-vmtoolsd.patch (boo#1177987): removed the pam_securetty.so line
  from the new suse file.  Modified the Makefile.am to copy the suse file to
  the /etc/pam.d/vmtoolsd file rather than the default generic file.

OBS-URL: https://build.opensuse.org/request/show/843444
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=401
2020-10-22 14:29:08 +00:00
be880f7904 Accepting request 832799 from home:Andreas_Schwab:Factory
- Use libtirpc also in SLE-15-SP3

OBS-URL: https://build.opensuse.org/request/show/832799
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=399
2020-09-07 14:35:46 +00:00
Kirk Allan
d9a72336a4 Accepting request 830310 from home:kallan:branches:Virtualization:VMware
- Update to 11.1.5 (build 16724464) (boo#1175573)
  + This source release rolls up the SDMP fixes release post 11.1.0.
  + Fix serveral Coverity reported issues.
  + Address github issues:
      https://github.com/vmware/open-vm-tools/issues/451
      https://github.com/vmware/open-vm-tools/issues/429
      https://github.com/vmware/open-vm-tools/issues/428
- Drop unnecessary patch:
  - gcc10-warning.patch
  - sdmp-get-version.patch
  - sdmp-netstat-to-ss.patch
  - sdmp-warnings.patch

OBS-URL: https://build.opensuse.org/request/show/830310
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=397
2020-08-28 16:19:01 +00:00
Kirk Allan
4511903876 Accepting request 815801 from home:kallan:branches:Virtualization:VMware
- jsc#ECO-2164 for update 11.1.0 (build 16036546) (boo#1171764)
  with new 'Service Discovery' plugin (boo#1171765).
- Reenabled building sdmp in the spec file.
- Added patches (boo#1171765)
  + sdmp-get-version.patch
  + sdmp-netstat-to-ss.patch
  + sdmp-warnings.patch

OBS-URL: https://build.opensuse.org/request/show/815801
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=395
2020-06-18 19:45:41 +00:00
Kirk Allan
47de722243 Accepting request 815578 from home:kallan:branches:Virtualization:VMware
- jsc#ECO-2164 for update 11.1.0 (build 16036546) (boo#1171764)
- Fixed bug (bsc#1172693) by removing the 'pam_securetty.so' line from
  pam-vmtoolsd.patch as instructed by vmware (boo#1171003).  
  This should fix both (boo#1171003) and (bsc#1172693).

OBS-URL: https://build.opensuse.org/request/show/815578
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=394
2020-06-17 17:57:48 +00:00
Kirk Allan
47f0052ddf Accepting request 811247 from home:kallan:branches:Virtualization:VMware
- VMware has now asked that in updating to 11.1.0 (build 16036546) (boo#1171764)
  to hold off on producing the open-vm-tools-sdmp service discovery plugin
  (boo#1171765) for all SUSE versions due to the plugin's dependency on
  netstat.  Once they have removed the netstat dependency we will need to go
  through the ECO process to get the plugin added.

OBS-URL: https://build.opensuse.org/request/show/811247
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=392
2020-06-03 22:30:23 +00:00
Kirk Allan
629639139d Accepting request 810042 from home:kallan:branches:Virtualization:VMware
- While updating to 11.1.0 (build 16036546) (boo#1171764) hold off on
  producing the open-vm-tools-sdmp (boo#1171765 Service Discover plugin)
  until it has gone through the ECO process.  Once approved, will resubmit
  to include the plugin.

OBS-URL: https://build.opensuse.org/request/show/810042
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=390
2020-05-28 22:22:23 +00:00
Kirk Allan
0cc4e5dd59 Accepting request 807053 from home:kallan:branches:Virtualization:VMware
- Update to 11.1.0 (build 16036546) (boo#1171764, boo#1171765)
  + open-vm-tools 11.1.0 includes a new 'Service Discovery' plugin, which
    connects with the vRealize Operations Manager product.  For more
    information and details on configuring this plugin, refer to Configuring
    Service Discovery.
  + In this release, a new tools.conf switch is added to enable and disable
    the guest customization in the guest virtual machine. By default, the
    guest customization is enabled. For more details, refer KB 78903.
- Spec file changes to remove the is_opensuse macros where possible.
- Remoed the mv vm-support line from the spec file.  vm-support is now
  automatically placed in the /usr/bin directory.
- Added version number to Requires: libxmlsec1-openssl1 to help with vgauth
  version checking.
- Added patches
  + pam-vmtoolsd.patch (boo#1171003)
- Drop unnecessary patch:
  - app_info_plugin.patch
  - diskinfo-debug-logging-1162435.patch
  - gcc9-static-inline.patch

OBS-URL: https://build.opensuse.org/request/show/807053
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=388
2020-05-18 21:54:47 +00:00
Kirk Allan
9f9b4f6627 Accepting request 783059 from home:kallan:branches:Virtualization:VMware
- Simplified the conditional around systemd_ordering to just use
  suse_version >= 1500.

OBS-URL: https://build.opensuse.org/request/show/783059
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=386
2020-03-09 17:48:31 +00:00
Kirk Allan
58fb03229c Accepting request 782252 from home:kallan:branches:Virtualization:VMware
- Update to 11.0.5 (build 15389592) (boo#1165955)
  + DNS server is reported incorrectly as '127.0.0.53' when using
    systemd-resolved. DNS server is reported incorrectly in GuestInfo as
    '127.0.0.53' , when the OS uses systemd-resolved. This issue is fixed
    in this release.
- Conditionalized the use of systemd_ordering.  Use systemd_ordering
  for factory, openSUSE >= 15, and SLE >= 15.  Use systemd_requires
  for older openSUSE and SLE releases.
- Conditionalize out the use of %license COPYING for SLE 12 SP2 and older.
- Added patches
  + gcc10-warning.patch (boo#1160408)
  + diskinfo-debug-logging-1162435.patch (boo#1162435 and bsc#1162119)
    - Changed g_warning to g_debug
  + app_info_plugin.patch (boo#1165955)
- Drop unnecessary patch:
  - fix-leaks-Aliases-MappedAliases.patch

OBS-URL: https://build.opensuse.org/request/show/782252
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=385
2020-03-06 23:07:30 +00:00
ad891d19fe Accepting request 766921 from home:dimstar:Factory
- BuildRequire pkgconfig(udev) instead of udev: allow OBS to
  shortcut through the -mini flavor.
- Use systemd_ordering in place of systemd_requires: systemd is
  never strictly required to run open-vm-tools.

OBS-URL: https://build.opensuse.org/request/show/766921
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=383
2020-01-24 16:20:33 +00:00
22ea044bb3 Accepting request 737498 from home:iznogood:factory
- Add gcc9-static-inline.patch: Fix static inline when building
  with gcc9.

OBS-URL: https://build.opensuse.org/request/show/737498
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=381
2019-10-11 12:44:06 +00:00
Kirk Allan
08e8397654 Accepting request 736710 from home:kallan:branches:Virtualization:VMware
- Fix memory leak in VixToolsListAuthAliases and VixToolsListMappedAliases.
  (bsc#1153271)
  + Add patch fix-leaks-Aliases-MappedAliases.patch

OBS-URL: https://build.opensuse.org/request/show/736710
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=380
2019-10-09 15:54:19 +00:00
Kirk Allan
7735b6fec6 Accepting request 734622 from home:kallan:branches:Virtualization:VMware
- Update to 11.0.0 (build 14549424) (boo#1151523)
  + Added appInfo to publish information about running applications inside the
    guest.
  + Provided sample tool.conf for ease of administration.
- Updated spec file to build 11.0.0
  - Removed libgrabbitmqProxy.so, vmware-guestproxycerttool, and
    guestproxy-ssl.conf
  - Added %config(noreplace) %{_sysconfdir}/vmware-tools/tools.conf.example
- Drop unnecessary patch:
  - gcc9-warnings.patch

OBS-URL: https://build.opensuse.org/request/show/734622
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=378
2019-10-02 14:15:20 +00:00
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