Update the minimum glib2 version
This commit is contained in:
parent
c957d340ba
commit
05cc0719ca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user