SHA256
1
0
forked from pool/qgis

Accepting request 691431 from home:cgiboudeaux:branches:Application:Geo

- Fix the build requirements for the Tumbleweed repo, pg_config
  is now in postgresqlXX-server-devel (bsc#1131494)

(not built yet, but PSQL is now detected in the TW repo:
[  213s] -- Found PostgreSQL: /usr/lib64/libpq.so)

OBS-URL: https://build.opensuse.org/request/show/691431
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=246
This commit is contained in:
Nicolas Rochard 2019-04-04 12:23:26 +00:00 committed by Git OBS Bridge
parent d401da9a3e
commit 68e1a732d3
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 4 08:23:55 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Fix the build requirements for the Tumbleweed repo, pg_config
is now in postgresqlXX-server-devel (bsc#1131494)
-------------------------------------------------------------------
Fri Mar 22 08:01:47 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -54,6 +54,9 @@ BuildRequires: opencl-cpp-headers
BuildRequires: otb-devel
BuildRequires: pkgconfig
BuildRequires: poppler-tools
%if 0%{?suse_version} > 1500
BuildRequires: postgresql-server-devel
%endif
BuildRequires: python-qscintilla-qt5-sip
BuildRequires: python3-Jinja2
BuildRequires: python3-OWSLib