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
This commit is contained in:
commit
311550d666
3
open-vm-tools-stable-10.0.7.tar.gz
Normal file
3
open-vm-tools-stable-10.0.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:87d76dc3affd39dccfae80c7210ac89e8f14cb493a651709780f67b1b5a92ec8
|
||||||
|
size 3038018
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 29 17:32:37 UTC 2016 - afaerber@suse.de
|
||||||
|
|
||||||
|
- Sanitize the filename handling some more. The official GitHub
|
||||||
|
filename is open-vm-tools-stable-10.0.7.tar.gz.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 28 15:33:30 UTC 2016 - ken@suse.com
|
||||||
|
|
||||||
|
- Update to 10.0.7 stable branch
|
||||||
|
+ Added namespace command line utility "vmware-namespace-cmd".
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 22 12:12:09 UTC 2016 - jslaby@suse.com
|
Fri Apr 22 12:12:09 UTC 2016 - jslaby@suse.com
|
||||||
|
|
||||||
|
@ -69,14 +69,14 @@
|
|||||||
|
|
||||||
Name: open-vm-tools
|
Name: open-vm-tools
|
||||||
%define subname open-vm-tools
|
%define subname open-vm-tools
|
||||||
%define tarname stable
|
%define tarname open-vm-tools-stable
|
||||||
Version: 10.0.5
|
Version: 10.0.7
|
||||||
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
|
||||||
Group: System/Emulators/PC
|
Group: System/Emulators/PC
|
||||||
Url: https://github.com/vmware/open-vm-tools
|
Url: https://github.com/vmware/open-vm-tools
|
||||||
Source: https://github.com/vmware/open-vm-tools/archive/%{tarname}-%{version}.tar.gz
|
Source: https://github.com/vmware/open-vm-tools/archive/stable-%{version}.tar.gz#/%{tarname}-%{version}.tar.gz
|
||||||
Source1: vmtoolsd
|
Source1: vmtoolsd
|
||||||
Source2: vmtoolsd.service
|
Source2: vmtoolsd.service
|
||||||
Source3: vmware-user-autostart.desktop
|
Source3: vmware-user-autostart.desktop
|
||||||
@ -235,7 +235,7 @@ 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 %{name}-%{tarname}-%{version}/%{subname}
|
%setup -q -n %{tarname}-%{version}/%{subname}
|
||||||
# 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 -p1
|
%patch0 -p1
|
||||||
@ -496,6 +496,7 @@ rm -rf %{buildroot}
|
|||||||
%{_bindir}/vmhgfs-fuse
|
%{_bindir}/vmhgfs-fuse
|
||||||
%{_bindir}/vmware-checkvm
|
%{_bindir}/vmware-checkvm
|
||||||
%{_bindir}/vmware-hgfsclient
|
%{_bindir}/vmware-hgfsclient
|
||||||
|
%{_bindir}/vmware-namespace-cmd
|
||||||
%{_bindir}/vmware-rpctool
|
%{_bindir}/vmware-rpctool
|
||||||
%{_bindir}/vmware-toolbox-cmd
|
%{_bindir}/vmware-toolbox-cmd
|
||||||
%{_bindir}/vmware-xferlogs
|
%{_bindir}/vmware-xferlogs
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:405eae50c9edacabc01ba4bc73b3bae2882c47518c4bae1bd1b631d341772706
|
|
||||||
size 3580818
|
|
Loading…
x
Reference in New Issue
Block a user