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
This commit is contained in:
commit
ae34279918
@ -1,12 +0,0 @@
|
|||||||
--- a/open-vm-tools/lib/wiper/wiperPosix.c 2017-02-11 03:06:43.000000000 -0700
|
|
||||||
+++ b/open-vm-tools/lib/wiper/wiperPosix.c 2017-03-27 15:06:41.269310652 -0600
|
|
||||||
@@ -31,6 +31,9 @@
|
|
||||||
#include <sys/stat.h>
|
|
||||||
#if defined(__linux__) || defined(sun)
|
|
||||||
# include <sys/vfs.h>
|
|
||||||
+# if defined(__linux__)
|
|
||||||
+# include <sys/sysmacros.h>
|
|
||||||
+# endif
|
|
||||||
#elif defined(__FreeBSD__) || defined(__APPLE__)
|
|
||||||
# include <sys/param.h>
|
|
||||||
# include <sys/ucred.h>
|
|
3
open-vm-tools-10.1.10-6082533.tar.gz
Normal file
3
open-vm-tools-10.1.10-6082533.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4632d815996e7f2c283818b0d84b0c4cf2fb82a0897d77aee0f8cbcdc5678c61
|
||||||
|
size 5111726
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5057513cdbde821c4abc6dcd7e8633febf4080721937526af61c8f1872575276
|
|
||||||
size 5133905
|
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 21 16:01:33 UTC 2017 - mlatimer@suse.com
|
||||||
|
|
||||||
|
- open-vm-tools fails to correctly set screen resolution under
|
||||||
|
Wayland environments (boo#1054800)
|
||||||
|
+ resolutionKMS-wayland.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 15 19:02:33 UTC 2017 - mlatimer@suse.com
|
||||||
|
|
||||||
|
- Update to 10.1.10 stable release (boo#1051977, bsc#1052129)
|
||||||
|
+ Map certain PAM errors to VGAUTH_E_AUTHENTICATION_DENIED.
|
||||||
|
+ Exclude non-directory and non-existing paths during quiescing.
|
||||||
|
+ Fix timesync state to be uncalibrated when adjustment is large
|
||||||
|
(>60ms).
|
||||||
|
+ Fix an invalid class pointer access when the VSS provider is
|
||||||
|
not installed.
|
||||||
|
+ Add support for the new selection target name "text/rtf" for
|
||||||
|
copy/paste.
|
||||||
|
+ VMCI: reset datagram buffer pointer on dealloc
|
||||||
|
+ randomly generate tmp directory name
|
||||||
|
+ Previously Common Agent Framework (CAF) builds were linking against
|
||||||
|
specific versions of PCRE and libiconv. That restriction has been
|
||||||
|
removed.
|
||||||
|
+ Reverts commit 7023998ba5594871a658c5ef1be4dbda6c0158eb to prevent
|
||||||
|
intermittent hangs during soft reboots of RHEL 6.8 Linux VM.
|
||||||
|
+ Includes fix for VMs freezing during snapshots (bsc#1051627)
|
||||||
|
(Thaw filesystems if the snapshot commit message to VMX fails.
|
||||||
|
Commit b443e6456ffda66c0279032ab932ef271f8e1ae6)
|
||||||
|
- Drop unnecessary patch:
|
||||||
|
+ glibc-sysmacros.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 31 20:55:06 UTC 2017 - ken@suse.com
|
Fri Mar 31 20:55:06 UTC 2017 - ken@suse.com
|
||||||
|
|
||||||
|
@ -73,8 +73,8 @@
|
|||||||
Name: open-vm-tools
|
Name: open-vm-tools
|
||||||
%define subname open-vm-tools
|
%define subname open-vm-tools
|
||||||
%define tarname open-vm-tools
|
%define tarname open-vm-tools
|
||||||
%define bldnum 5055683
|
%define bldnum 6082533
|
||||||
Version: 10.1.5
|
Version: 10.1.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Open Virtual Machine Tools
|
Summary: Open Virtual Machine Tools
|
||||||
License: BSD-3-Clause and GPL-2.0 and LGPL-2.1
|
License: BSD-3-Clause and GPL-2.0 and LGPL-2.1
|
||||||
@ -143,7 +143,7 @@ Requires(pre): %insserv_prereq
|
|||||||
%endif
|
%endif
|
||||||
ExclusiveArch: %ix86 x86_64
|
ExclusiveArch: %ix86 x86_64
|
||||||
Patch0: Report-SLES12-SAP-guest-OS-as-SLES12.patch
|
Patch0: Report-SLES12-SAP-guest-OS-as-SLES12.patch
|
||||||
Patch1: glibc-sysmacros.patch
|
Patch1: resolutionKMS-wayland.patch
|
||||||
|
|
||||||
%if %{with systemd}
|
%if %{with systemd}
|
||||||
%systemd_requires
|
%systemd_requires
|
||||||
@ -208,11 +208,11 @@ Those are the development headers for libvmtools. They are needed
|
|||||||
if you intend to create own plugins for vmtoolsd.
|
if you intend to create own plugins for vmtoolsd.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{tarname}-%{version}-%{bldnum}/%{subname}
|
%setup -q -n %{tarname}-%{version}-%{bldnum}
|
||||||
# fix for an rpmlint warning regarding wrong line feeds
|
# fix for an rpmlint warning regarding wrong line feeds
|
||||||
sed -i -e "s/\r//" README
|
sed -i -e "s/\r//" README
|
||||||
%patch0 -p2
|
%patch0 -p2
|
||||||
%patch1 -p2
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# disable warning unused-but-set-variable which will raise error because of -Werror
|
# disable warning unused-but-set-variable which will raise error because of -Werror
|
||||||
@ -259,6 +259,7 @@ chmod 755 configure
|
|||||||
--without-xerces \
|
--without-xerces \
|
||||||
%endif
|
%endif
|
||||||
--with-udev-rules-dir=%{_udevrulesdir} \
|
--with-udev-rules-dir=%{_udevrulesdir} \
|
||||||
|
--enable-resolutionkms \
|
||||||
--disable-static
|
--disable-static
|
||||||
make
|
make
|
||||||
|
|
||||||
@ -442,6 +443,7 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/%{name}/plugins/vmsvc/libpowerOps.so
|
%{_libdir}/%{name}/plugins/vmsvc/libpowerOps.so
|
||||||
%{_libdir}/%{name}/plugins/vmsvc/libtimeSync.so
|
%{_libdir}/%{name}/plugins/vmsvc/libtimeSync.so
|
||||||
%{_libdir}/%{name}/plugins/vmsvc/libvmbackup.so
|
%{_libdir}/%{name}/plugins/vmsvc/libvmbackup.so
|
||||||
|
%{_libdir}/%{name}/plugins/vmsvc/libresolutionKMS.so
|
||||||
%{_libdir}/%{name}/plugins/common/libhgfsServer.so
|
%{_libdir}/%{name}/plugins/common/libhgfsServer.so
|
||||||
%{_libdir}/%{name}/plugins/common/libvix.so
|
%{_libdir}/%{name}/plugins/common/libvix.so
|
||||||
%{_bindir}/vmhgfs-fuse
|
%{_bindir}/vmhgfs-fuse
|
||||||
|
2283
resolutionKMS-wayland.patch
Normal file
2283
resolutionKMS-wayland.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user