Skip to content

Commit 8f9377d

Browse files
committed
[RPM] Add support for GRASS 7.6 as required by F30+
1 parent 56e465c commit 8f9377d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rpm/qgis.spec.template

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
# py files located under /usr/share/qgis/python/plugins
1313
%global __python %{__python3}
1414

15+
%if 0%{?fedora} >= 30
16+
%define grass grass76
17+
%else
1518
%define grass grass74
19+
%endif
1620

1721
%if %{_timestamp} > 0
1822
# Epoch is set only when building packages from master

0 commit comments

Comments
 (0)