Merge pull request #8472 from daniviga/rpm-gdal

[RPM] Add an explicit dependency for GDAL
This commit is contained in:
Matthias Kuhn 2018-11-13 11:21:18 +01:00 committed by GitHub
commit 7cce9b3eb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,6 +107,10 @@ BuildRequires: qwt-devel
BuildRequires: qwt-qt5-devel
BuildRequires: qwt-qt5-devel
# GDAL must be explicit. It is required by some raster tools
# like Warp (Reproject) which relies on gdalwarp
Requires: gdal
# Installation of QCA plugins must be explicit
Requires: qca-qt5-ossl
Requires: gpsbabel