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
This commit is contained in:
parent
cc76d9dc7b
commit
6f68234486
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8765784d85e4a39b08f1cbc2fb9bbb920027d5fa0abb9b99cec4a886a793ad94
|
||||
size 4165108
|
3
open-vm-tools-stable-10.0.5.tar.gz
Normal file
3
open-vm-tools-stable-10.0.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:405eae50c9edacabc01ba4bc73b3bae2882c47518c4bae1bd1b631d341772706
|
||||
size 3580818
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 01:10:01 UTC 2015 - mlatimer@suse.com
|
||||
|
||||
- Update to 10.0.5 stable branch
|
||||
+ [vgauth] fix timestamp check
|
||||
+ [libresolutionSet.so] Add an error handler to X11 resolutionSet
|
||||
+ [vmci.ko] Kill tasklet when unloading vmci module
|
||||
+ [libvmbackup.so] Quiesced snapshots Skip freezing autofs mounts.
|
||||
+ [vmhgfs.ko] make vmhgfs compatible with Linux kernel 4.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 30 15:55:45 UTC 2015 - mlatimer@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package open-vm-tools
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -68,15 +68,15 @@
|
||||
%define with_X 1
|
||||
|
||||
Name: open-vm-tools
|
||||
%define tarname open-vm-tools
|
||||
Version: 10.0.0
|
||||
%define subname open-vm-tools
|
||||
%define tarname open-vm-tools-stable
|
||||
Version: 10.0.5
|
||||
Release: 0
|
||||
%define svn_rev 3000743
|
||||
Summary: Open Virtual Machine Tools
|
||||
License: BSD-3-Clause and GPL-2.0 and LGPL-2.1
|
||||
Group: System/Emulators/PC
|
||||
Url: https://github.com/vmware/open-vm-tools
|
||||
Source: https://github.com/vmware/open-vm-tools/archive/%{tarname}-%{version}-%{svn_rev}.tar.gz
|
||||
Source: https://github.com/vmware/open-vm-tools/archive/%{tarname}-%{version}.tar.gz
|
||||
Source1: vmtoolsd
|
||||
Source2: vmtoolsd.service
|
||||
Source3: vmware-user-autostart.desktop
|
||||
@ -233,8 +233,7 @@ Those are the development headers for libvmtools. They are needed
|
||||
if you intend to create own plugins for vmtoolsd.
|
||||
|
||||
%prep
|
||||
# The tarball seems a little bit broken...
|
||||
%setup -q -n %{tarname}-%{tarname}-%{version}-%{svn_rev}/%{tarname}
|
||||
%setup -q -n %{tarname}-%{version}/%{subname}
|
||||
# fix for an rpmlint warning regarding wrong line feeds
|
||||
sed -i -e "s/\r//" README
|
||||
%patch0 -p1
|
||||
|
Loading…
x
Reference in New Issue
Block a user