Accepting request 75589 from home:vuntz:branches:GNOME:Factory

Small tweak

OBS-URL: https://build.opensuse.org/request/show/75589
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib-networking?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2011-07-07 07:41:38 +00:00 committed by Git OBS Bridge
parent 01f81f1ea0
commit ad7a3e07da
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jul 6 23:14:21 CEST 2011 - vuntz@opensuse.org
- Change rpm query to look for the real package containing gio to
use the new gio virtual name, that is now provided by the package
containing the gio library. This is better than the query on the
library filename, which might change later.
- Also properly escape the queryformat, since we need to double the
% characters in a .spec file.
-------------------------------------------------------------------
Tue Jul 5 08:23:04 CEST 2011 - vuntz@opensuse.org

View File

@ -37,7 +37,7 @@ 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}' %{_libdir}/libgio-2.0.so.?)
%define gio_real_package %(rpm -q --qf '%%{name}' --whatprovides gio)
Supplements: %{gio_real_package}
%glib2_gio_module_requires