Accepting request 496923 from GNOME:Next

- Replace krb5-devel BuildRequires with pkgconfig(krb5): This does
  not exactly reproduce what configure is looking for (it ignores
  the .pc file) but it helps OBS in chosing between krb5 and
  krb5-mini, shortening build cycles.

OBS-URL: https://build.opensuse.org/request/show/496923
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=186
This commit is contained in:
Bjørn Lie 2017-05-20 10:55:44 +00:00 committed by Git OBS Bridge
parent 89cbec797b
commit 95bc2c3ec6
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat May 20 09:09:11 UTC 2017 - dimstar@opensuse.org
- Replace krb5-devel BuildRequires with pkgconfig(krb5): This does
not exactly reproduce what configure is looking for (it ignores
the .pc file) but it helps OBS in chosing between krb5 and
krb5-mini, shortening build cycles.
-------------------------------------------------------------------
Wed May 10 16:29:58 UTC 2017 - zaitor@opensuse.org

View File

@ -30,9 +30,9 @@ BuildRequires: glib2-devel >= 2.38.0
BuildRequires: gobject-introspection-devel
BuildRequires: gtk-doc
BuildRequires: intltool >= 0.35.0
BuildRequires: krb5-devel
BuildRequires: libxml2-devel
BuildRequires: translation-update-upstream
BuildRequires: pkgconfig(krb5)
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(vapigen)
# We do not need these dependencies needed only for tests.