[open-vm-tools] Added a patch for missing NetIpRouteConfigInfo (BZ#1189295)

ravindrakumar ravindrakumar at fedoraproject.org
Wed Feb 4 22:33:59 UTC 2015


commit a9bc33f85058a823a05683ee4036b34b2ee41955
Author: Ravindra Kumar <ravindrakumar at vmware.com>
Date:   Tue Feb 3 20:44:06 2015 -0800

    Added a patch for missing NetIpRouteConfigInfo (BZ#1189295)

 open-vm-tools.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
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 <ravindrakumar at vmware.com> - 9.4.6-6
+- Added a patch for missing NetIpRouteConfigInfo (BZ#1189295)
+
 * Mon Jan 26 2015 David Tardon <dtardon at redhat.com> - 9.4.6-5
 - rebuild for ICU 54.1
 


More information about the scm-commits mailing list