Skip to content

Commit

Permalink
Merge pull request #8472 from daniviga/rpm-gdal
Browse files Browse the repository at this point in the history
[RPM] Add an explicit dependency for GDAL
  • Loading branch information
m-kuhn committed Nov 13, 2018
2 parents 45dc7fb + ccc2b3a commit 7cce9b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rpm/qgis.spec.template
Expand Up @@ -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
Expand Down

0 comments on commit 7cce9b3

Please sign in to comment.