Skip to content

Commit

Permalink
Merge pull request #8473 from daniviga/release-3_4
Browse files Browse the repository at this point in the history
[Backport to 3.4][RPM] Add an explicit dependency for GDAL
  • Loading branch information
m-kuhn committed Nov 13, 2018
2 parents f7bba75 + 7b5a8e0 commit ac6d8cd
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 ac6d8cd

Please sign in to comment.