Skip to content

Commit c280605

Browse files
committed
Fedora 26 has reached the end of life
1 parent 6b7a7f1 commit c280605

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

rpm/default.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ OUTDIR="result/"
1010

1111
# Which arches to build for. Check /etc/mock for possible options
1212
ARCHS=(
13-
"fedora-26-i386"
14-
"fedora-26-x86_64"
1513
"fedora-27-i386"
1614
"fedora-27-x86_64"
15+
"fedora-28-i386"
16+
"fedora-28-x86_64"
1717
)
1818

1919
# Which git branch to export. Normally take the current

rpm/qgis.spec.template

-4
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@
1818
%define builddate %(date '+%a %b %d %Y')
1919
%endif
2020

21-
%if 0%{?fedora} >= 27
2221
%define grass grass74
23-
%else
24-
%define grass grass72
25-
%endif
2622

2723
Name: qgis
2824
Version: %{_version}

0 commit comments

Comments
 (0)