diff --git a/open-vm-tools.spec b/open-vm-tools.spec index 40b3b7c..3b158ba 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -1,5 +1,5 @@ ################################################################################ -### Copyright 2013-14 VMware, Inc. All rights reserved. +### Copyright 2013-15 VMware, Inc. All rights reserved. ### ### RPM SPEC file for building open-vm-tools packages. ### @@ -27,7 +27,7 @@ Name: open-vm-tools Version: %{toolsversion} -Release: 5%{?dist} +Release: 6%{?dist} Summary: Open Virtual Machine Tools for virtual machines hosted on VMware Group: Applications/System License: GPLv2 @@ -36,6 +36,7 @@ Source0: http://sourceforge.net/projects/%{name}/files/%{name}/stable-% Source1: %{toolsdaemon}.service Patch0: g_info_redefine.patch Patch1: sizeof_argument.patch +Patch2: ip_route_config.patch %if 0%{?rhel} >= 7 ExclusiveArch: x86_64 %else @@ -105,6 +106,7 @@ VMware virtual machines. %setup -q -n %{name}-%{version}-%{toolsbuild} %patch0 -p1 -b .g_info %patch1 -p1 -b .sizeof +%patch2 -p1 -b .ip %build # Use -Wno-unused-local-typedefs to build with GCC 4.8 @@ -214,6 +216,9 @@ fi %{_libdir}/libvmtools.so %changelog +* Wed Feb 04 2015 Ravindra Kumar - 9.4.6-6 +- Added a patch for missing NetIpRouteConfigInfo (BZ#1189295) + * Mon Jan 26 2015 David Tardon - 9.4.6-5 - rebuild for ICU 54.1