Update the minimum glib2 version

This commit is contained in:
Kalev Lember 2013-05-04 11:34:20 +02:00
parent c957d340ba
commit 05cc0719ca

View File

@ -1,3 +1,5 @@
%global glib2_version 2.37.0
Summary: Backends for the gio framework in GLib Summary: Backends for the gio framework in GLib
Name: gvfs Name: gvfs
Version: 1.17.0 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 Source: http://download.gnome.org/sources/gvfs/1.17/gvfs-%{version}.tar.xz
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: glib2-devel >= 2.33.12 BuildRequires: glib2-devel >= %{glib2_version}
# for post-install update-gio-modules and overall functionality # for post-install update-gio-modules and overall functionality
Requires: glib2 >= 2.33.12 Requires: glib2%{?_isa} >= %{glib2_version}
BuildRequires: dbus-glib-devel BuildRequires: dbus-glib-devel
BuildRequires: /usr/bin/ssh BuildRequires: /usr/bin/ssh
BuildRequires: libcdio-paranoia-devel BuildRequires: libcdio-paranoia-devel