From 4eecb15a142a9a99eb66b91e8e366b56665b058411cd29e30b0cbc7276fa7ad2 Mon Sep 17 00:00:00 2001 From: Nicolas Rochard Date: Thu, 25 Jun 2020 09:18:18 +0000 Subject: [PATCH] Accepting request 816983 from home:Guillaume_G:branches:Application:Geo - proj.db is required, so requires proj package OBS-URL: https://build.opensuse.org/request/show/816983 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=305 --- qgis.changes | 5 +++++ qgis.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/qgis.changes b/qgis.changes index 429422e..009af0e 100644 --- a/qgis.changes +++ b/qgis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 25 09:12:52 UTC 2020 - Guillaume GARDET + +- proj.db is required, so requires proj package + ------------------------------------------------------------------- Tue Jun 23 08:10:59 UTC 2020 - Guillaume GARDET diff --git a/qgis.spec b/qgis.spec index 5d03a6f..9eb6526 100644 --- a/qgis.spec +++ b/qgis.spec @@ -112,10 +112,12 @@ BuildRequires: pkgconfig(proj) >= 6.3.1 BuildRequires: pkgconfig(python3) >= 3.4 BuildRequires: pkgconfig(qca2-qt5) BuildRequires: pkgconfig(spatialite) >= 4.2.0 +# Force requires of those 3 main component. Requires: libQt5Sql5-mysql Requires: libQt5Sql5-postgresql -# Force requires of those 3 main component. Requires: libQt5Sql5-sqlite +# proj.db is required +Requires: proj Requires: python3-GDAL Requires: python3-Jinja2 Requires: python3-OWSLib