From 525321129d2074509aa0435d1bf5ec10840ee223 Mon Sep 17 00:00:00 2001 From: Ravindra Kumar Date: Fri, 8 May 2015 18:21:44 -0700 Subject: [PATCH] F23 has split gdk-pixbuf2-devel >= 2.31.3-5 into 3 packages, gdk-pixbuf2-devel, gdk-pixbuf2-modules-devel, and gdk-pixbuf2-xlib-devel. gtk2-devel does not depend on gdk-pixbuf2-xlib-devel. Therefore, we need to pull in gdk-pixbuf2-xlib-devel dependency ourselves. --- open-vm-tools.spec | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/open-vm-tools.spec b/open-vm-tools.spec index 364b066..b463d3d 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -28,7 +28,7 @@ Name: open-vm-tools Version: %{toolsversion} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open Virtual Machine Tools for virtual machines hosted on VMware Group: Applications/System License: GPLv2 @@ -54,6 +54,12 @@ BuildRequires: doxygen BuildRequires: fuse-devel BuildRequires: glib2-devel >= 2.14.0 BuildRequires: gtk2-devel >= 2.4.0 +# F23 split gdk-pixbuf2-devel >= 2.31.3-5 into 3 packages, +# gdk-pixbuf2-devel, gdk-pixbuf2-modules-devel, and +# gdk-pixbuf2-xlib-devel. gtk2-devel does not depend on +# gdk-pixbuf2-xlib-devel. Therefore, we need to pull in +# gdk-pixbuf2-xlib-devel dependency ourselves. +BuildRequires: gdk-pixbuf2-xlib-devel BuildRequires: gtkmm24-devel BuildRequires: libdnet-devel BuildRequires: libicu-devel @@ -250,6 +256,12 @@ fi %{_libdir}/libvmtools.so %changelog +* Fri May 08 2015 Ravindra Kumar - 9.10.0-2 +- F23 has split gdk-pixbuf2-devel >= 2.31.3-5 into 3 packages, gdk-pixbuf2-devel, + gdk-pixbuf2-modules-devel, and gdk-pixbuf2-xlib-devel. gtk2-devel does not depend + on gdk-pixbuf2-xlib-devel. Therefore, we need to pull in gdk-pixbuf2-xlib-devel + dependency ourselves. + * Thu Apr 30 2015 Ravindra Kumar - 9.10.0-1 - Package new upstream version open-vm-tools-9.10.0-2476743 - New version requires adding a new service vgauthd