We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b7a7f1 commit c280605Copy full SHA for c280605
rpm/default.cfg
@@ -10,10 +10,10 @@ OUTDIR="result/"
10
11
# Which arches to build for. Check /etc/mock for possible options
12
ARCHS=(
13
- "fedora-26-i386"
14
- "fedora-26-x86_64"
15
"fedora-27-i386"
16
"fedora-27-x86_64"
+ "fedora-28-i386"
+ "fedora-28-x86_64"
17
)
18
19
# Which git branch to export. Normally take the current
rpm/qgis.spec.template
@@ -18,11 +18,7 @@
%define builddate %(date '+%a %b %d %Y')
%endif
20
21
-%if 0%{?fedora} >= 27
22
%define grass grass74
23
-%else
24
-%define grass grass72
25
-%endif
26
27
Name: qgis
28
Version: %{_version}
0 commit comments