Skip to content

Commit 59aa7cd

Browse files
daniviganyalldawson
authored andcommitted
[RPM] Update rpm/default.cfg to build on F30
1 parent 79ffbff commit 59aa7cd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

rpm/default.cfg

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

1111
# Which arches to build for. Check /etc/mock for possible options
1212
ARCHS=(
13-
"fedora-27-i386"
14-
"fedora-27-x86_64"
1513
"fedora-28-i386"
1614
"fedora-28-x86_64"
15+
"fedora-29-i386"
16+
"fedora-29-x86_64"
17+
"fedora-30-i386"
18+
"fedora-30-x86_64"
1719
)
1820

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

0 commit comments

Comments
 (0)