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
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
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
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
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
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
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
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
8a85c535d1
bugref
...
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=308
2015-08-12 06:59:04 +00:00
6099291680
- For SLE11, the KMP is still required; the .spec file logic is
...
now only enabled in the linked package, the 2nd spec file must
not be part of the main package open-vm-tools (as Factory would
immediately create the linked package, which would fail building
with Linux 4.x).
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=307
2015-08-12 06:56:01 +00:00
8f9730c4e7
- Drop KMP related .spec and .changes file (bsc#938593) (for now
...
we keep the logic in the .spec file, in case we want to resurrect
it).
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=302
2015-08-10 14:14:21 +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
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
4e923612a1
fix build with kernel 3.19.0+'
...
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=287
2015-02-19 13:53:34 +00:00
de1c7db0b6
fix-changelog
...
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=285
2015-01-05 11:21:44 +00:00
ae5bd12c66
Fix build with kernel 3.18.0
...
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=282
2015-01-05 10:08:57 +00:00
b372710056
split
...
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=278
2015-01-05 08:47:03 +00:00
a65ade5922
Accepting request 263439 from home:Ledest:bashisms
...
fix bashisms in vmware-user-autostart-wrapper script
OBS-URL: https://build.opensuse.org/request/show/263439
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=276
2014-12-02 10:38:00 +00:00
d9b35b8ecd
- Add open-vm-tools-linux-3.17.patch: Fix build with Linux 3.17.0.
...
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=271
2014-11-12 10:05:06 +00:00
6bd37bda6f
tweak
...
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=269
2014-11-11 12:27:18 +00:00
de200b6f0e
- Sync up patches with ArchLinux:
...
+ Added 0001-Remove-unused-DEPRECATED-macro.patch
+ Added 0002-Conditionally-define-g_info-macro.patch
+ Added 0003-Add-kuid_t-kgid_t-compatibility-layer.patch
+ Added 0004-Use-new-link-helpers.patch
+ Added 0005-Update-hgfs-file-operations-for-newer-kernels.patch
+ Added 0006-Fix-vmxnet-module-on-kernels-3.16.patch
+ Added 0007-Fix-vmhgfs-module-on-kernels-3.16.patch
+ Added 0008-Fix-segfault-in-vmhgfs.patch
+ Droped g_info_redefine.patch (now named
0002-Conditionally-define-g_info-macro.patch).
- Enable building of KMP packages.
- Fix bashisms in preun script.
- Do not generate timestamps in the doxygen docs.
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=267
2014-11-10 16:06:43 +00:00
6603050a7b
Accepting request 260570 from home:Ledest:misc
...
fix bashisms in preun script
OBS-URL: https://build.opensuse.org/request/show/260570
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=266
2014-11-10 15:11:53 +00:00
cda7785e4e
Accepting request 259061 from home:elvigia:branches:Virtualization:VMware
...
- Do not generate timestamps in the doxygen docs.
OBS-URL: https://build.opensuse.org/request/show/259061
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=265
2014-10-31 08:19:19 +00:00
625a7d8371
- Don't do permission handling in open-vm-tools: the suid-binary
...
is in the -destop subpackage.
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=264
2014-10-24 12:33:07 +00:00
77b03ab5a0
- Add -Wno-cpp to CFLAGS.
...
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=263
2014-10-20 15:36:02 +00:00