From 7ea176cbf6108dec5a1fa02dc8b1e4273edbb6b69752f6ff47381a961c4a65eb Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 4 May 2011 14:20:16 +0000 Subject: [PATCH] Accepting request 69574 from home:vuntz:branches:GNOME:Factory tweak OBS-URL: https://build.opensuse.org/request/show/69574 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib-networking?expand=0&rev=19 --- glib-networking.changes | 5 +++-- glib-networking.spec | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/glib-networking.changes b/glib-networking.changes index 89ee6aa..b795285 100644 --- a/glib-networking.changes +++ b/glib-networking.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- Wed May 04 13:58:22 UTC 2011 - alinm.elena@gmail.com -- added requires gsettings-desktop-schemas - + in order to prevent telepathy-gabble from crashing and probably others too + +- Add gsettings-desktop-schemas Requires as the proxy schemas are + used. ------------------------------------------------------------------- Wed Apr 27 11:19:50 UTC 2011 - fcrozat@novell.com diff --git a/glib-networking.spec b/glib-networking.spec index 56a466e..82901c9 100644 --- a/glib-networking.spec +++ b/glib-networking.spec @@ -34,11 +34,12 @@ BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gnutls) BuildRequires: pkgconfig(gsettings-desktop-schemas) BuildRequires: pkgconfig(libproxy-1.0) +# org.gnome.system.proxy schema is used +Requires: gsettings-desktop-schemas Recommends: %{name}-lang = %{version} %define gio_real_package %(rpm -q --whatprovides --qf '%{NAME}' /%{_lib}/libgio-2.0.so.?) Supplements: %{gio_real_package} %glib2_gio_module_requires -Requires: gsettings-desktop-schemas %description This package contains network-related GIO modules for glib.