Added a patch for missing NetIpRouteConfigInfo (BZ#1189295)

This commit is contained in:
Ravindra Kumar 2015-02-03 20:44:06 -08:00
parent f86513592c
commit a9bc33f850

View File

@ -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. ### RPM SPEC file for building open-vm-tools packages.
### ###
@ -27,7 +27,7 @@
Name: open-vm-tools Name: open-vm-tools
Version: %{toolsversion} Version: %{toolsversion}
Release: 5%{?dist} Release: 6%{?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
@ -36,6 +36,7 @@ Source0: http://sourceforge.net/projects/%{name}/files/%{name}/stable-%
Source1: %{toolsdaemon}.service Source1: %{toolsdaemon}.service
Patch0: g_info_redefine.patch Patch0: g_info_redefine.patch
Patch1: sizeof_argument.patch Patch1: sizeof_argument.patch
Patch2: ip_route_config.patch
%if 0%{?rhel} >= 7 %if 0%{?rhel} >= 7
ExclusiveArch: x86_64 ExclusiveArch: x86_64
%else %else
@ -105,6 +106,7 @@ VMware virtual machines.
%setup -q -n %{name}-%{version}-%{toolsbuild} %setup -q -n %{name}-%{version}-%{toolsbuild}
%patch0 -p1 -b .g_info %patch0 -p1 -b .g_info
%patch1 -p1 -b .sizeof %patch1 -p1 -b .sizeof
%patch2 -p1 -b .ip
%build %build
# Use -Wno-unused-local-typedefs to build with GCC 4.8 # Use -Wno-unused-local-typedefs to build with GCC 4.8
@ -214,6 +216,9 @@ fi
%{_libdir}/libvmtools.so %{_libdir}/libvmtools.so
%changelog %changelog
* Wed Feb 04 2015 Ravindra Kumar <ravindrakumar@vmware.com> - 9.4.6-6
- Added a patch for missing NetIpRouteConfigInfo (BZ#1189295)
* Mon Jan 26 2015 David Tardon <dtardon@redhat.com> - 9.4.6-5 * Mon Jan 26 2015 David Tardon <dtardon@redhat.com> - 9.4.6-5
- rebuild for ICU 54.1 - rebuild for ICU 54.1