From 05cc0719ca0bdcc775948468fbe1b1ea2f122852 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 4 May 2013 11:34:20 +0200 Subject: [PATCH] Update the minimum glib2 version --- gvfs.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gvfs.spec b/gvfs.spec index 17cf597..ac17fb2 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -1,3 +1,5 @@ +%global glib2_version 2.37.0 + Summary: Backends for the gio framework in GLib Name: gvfs Version: 1.17.0 @@ -8,9 +10,9 @@ URL: http://www.gtk.org Source: http://download.gnome.org/sources/gvfs/1.17/gvfs-%{version}.tar.xz BuildRequires: pkgconfig -BuildRequires: glib2-devel >= 2.33.12 +BuildRequires: glib2-devel >= %{glib2_version} # for post-install update-gio-modules and overall functionality -Requires: glib2 >= 2.33.12 +Requires: glib2%{?_isa} >= %{glib2_version} BuildRequires: dbus-glib-devel BuildRequires: /usr/bin/ssh BuildRequires: libcdio-paranoia-devel