Skip to content

Commit

Permalink
[RPM] Add an explicit dependency for GDAL
Browse files Browse the repository at this point in the history
  • Loading branch information
daniviga committed Nov 13, 2018
1 parent f7bba75 commit 7b5a8e0
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 7b5a8e0

Please sign in to comment.