diff --git a/.gitignore b/.gitignore index 6924b0d..cbbff79 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /open-vm-tools-9.4.6-1770165.tar.gz /open-vm-tools-9.10.0-2476743.tar.gz /open-vm-tools-9.10.2-2822639.tar.gz +/open-vm-tools-10.0.0-3000743.tar.gz diff --git a/open-vm-tools.spec b/open-vm-tools.spec index aed1df7..5229758 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -19,16 +19,16 @@ ################################################################################ %global _hardened_build 1 -%global majorversion 9.10 -%global minorversion 2 -%global toolsbuild 2822639 +%global majorversion 10.0 +%global minorversion 0 +%global toolsbuild 3000743 %global toolsversion %{majorversion}.%{minorversion} %global toolsdaemon vmtoolsd %global vgauthdaemon vgauthd Name: open-vm-tools Version: %{toolsversion} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Open Virtual Machine Tools for virtual machines hosted on VMware Group: Applications/System License: GPLv2 @@ -122,7 +122,7 @@ export CFLAGS="$RPM_OPT_FLAGS -D_DEFAULT_SOURCE" export CXXLAGS="$RPM_OPT_FLAGS -D_DEFAULT_SOURCE" # Required for regenerating configure script when # configure.ac get modified -#autoreconf -i +autoreconf -i # configure from open-vm-tools 9.10.2 is missing 'x' bit chmod a+x configure @@ -216,6 +216,7 @@ fi %{_sysconfdir}/vmware-tools/statechange.subr %{_bindir}/VGAuthService %{_bindir}/vm-support +%{_bindir}/vmhgfs-fuse %{_bindir}/vmtoolsd %{_bindir}/vmware-checkvm %{_bindir}/vmware-guestproxycerttool @@ -257,6 +258,9 @@ fi %{_libdir}/libvmtools.so %changelog +* Tue Sep 29 2015 Ravindra Kumar - 10.0.0-1 +- Package new upstream version open-vm-tools-10.0.0-3000743 + * Wed Aug 26 2015 Simone Caronni - 9.10.2-2 - Add license macro. - Remove initscripts requirement (#1226369). diff --git a/sources b/sources index 825077e..76692d4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -00d0e37d487150d8d2bd3fd88b9ccd7e open-vm-tools-9.10.2-2822639.tar.gz +d83e3b0b94da48ede8cde0ab8ad11151 open-vm-tools-10.0.0-3000743.tar.gz