Package new upstream version open-vm-tools-10.0.0-3000743
This commit is contained in:
parent
a2b55cbcb3
commit
5d6505062a
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/open-vm-tools-9.4.6-1770165.tar.gz
|
/open-vm-tools-9.4.6-1770165.tar.gz
|
||||||
/open-vm-tools-9.10.0-2476743.tar.gz
|
/open-vm-tools-9.10.0-2476743.tar.gz
|
||||||
/open-vm-tools-9.10.2-2822639.tar.gz
|
/open-vm-tools-9.10.2-2822639.tar.gz
|
||||||
|
/open-vm-tools-10.0.0-3000743.tar.gz
|
||||||
|
@ -19,16 +19,16 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
%global majorversion 9.10
|
%global majorversion 10.0
|
||||||
%global minorversion 2
|
%global minorversion 0
|
||||||
%global toolsbuild 2822639
|
%global toolsbuild 3000743
|
||||||
%global toolsversion %{majorversion}.%{minorversion}
|
%global toolsversion %{majorversion}.%{minorversion}
|
||||||
%global toolsdaemon vmtoolsd
|
%global toolsdaemon vmtoolsd
|
||||||
%global vgauthdaemon vgauthd
|
%global vgauthdaemon vgauthd
|
||||||
|
|
||||||
Name: open-vm-tools
|
Name: open-vm-tools
|
||||||
Version: %{toolsversion}
|
Version: %{toolsversion}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Open Virtual Machine Tools for virtual machines hosted on VMware
|
Summary: Open Virtual Machine Tools for virtual machines hosted on VMware
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -122,7 +122,7 @@ export CFLAGS="$RPM_OPT_FLAGS -D_DEFAULT_SOURCE"
|
|||||||
export CXXLAGS="$RPM_OPT_FLAGS -D_DEFAULT_SOURCE"
|
export CXXLAGS="$RPM_OPT_FLAGS -D_DEFAULT_SOURCE"
|
||||||
# Required for regenerating configure script when
|
# Required for regenerating configure script when
|
||||||
# configure.ac get modified
|
# configure.ac get modified
|
||||||
#autoreconf -i
|
autoreconf -i
|
||||||
|
|
||||||
# configure from open-vm-tools 9.10.2 is missing 'x' bit
|
# configure from open-vm-tools 9.10.2 is missing 'x' bit
|
||||||
chmod a+x configure
|
chmod a+x configure
|
||||||
@ -216,6 +216,7 @@ fi
|
|||||||
%{_sysconfdir}/vmware-tools/statechange.subr
|
%{_sysconfdir}/vmware-tools/statechange.subr
|
||||||
%{_bindir}/VGAuthService
|
%{_bindir}/VGAuthService
|
||||||
%{_bindir}/vm-support
|
%{_bindir}/vm-support
|
||||||
|
%{_bindir}/vmhgfs-fuse
|
||||||
%{_bindir}/vmtoolsd
|
%{_bindir}/vmtoolsd
|
||||||
%{_bindir}/vmware-checkvm
|
%{_bindir}/vmware-checkvm
|
||||||
%{_bindir}/vmware-guestproxycerttool
|
%{_bindir}/vmware-guestproxycerttool
|
||||||
@ -257,6 +258,9 @@ fi
|
|||||||
%{_libdir}/libvmtools.so
|
%{_libdir}/libvmtools.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 29 2015 Ravindra Kumar <ravindrakumar@vmware.com> - 10.0.0-1
|
||||||
|
- Package new upstream version open-vm-tools-10.0.0-3000743
|
||||||
|
|
||||||
* Wed Aug 26 2015 Simone Caronni <negativo17@gmail.com> - 9.10.2-2
|
* Wed Aug 26 2015 Simone Caronni <negativo17@gmail.com> - 9.10.2-2
|
||||||
- Add license macro.
|
- Add license macro.
|
||||||
- Remove initscripts requirement (#1226369).
|
- Remove initscripts requirement (#1226369).
|
||||||
|
Loading…
Reference in New Issue
Block a user