From fa54eabe8379b2e0aabaa02917d57f359d063782 Mon Sep 17 00:00:00 2001 From: Ludovic Date: Mon, 19 Oct 2020 08:44:23 +0200 Subject: [PATCH] Modify default.cfg so it tries to build up-to-date and supported versions of fedora. --- rpm/default.cfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/rpm/default.cfg b/rpm/default.cfg index 2ab548779b1..f25d732a844 100644 --- a/rpm/default.cfg +++ b/rpm/default.cfg @@ -10,12 +10,12 @@ OUTDIR="result" # Which arches to build for. Check /etc/mock for possible options ARCHS=( - "fedora-28-i386" - "fedora-28-x86_64" - "fedora-29-i386" - "fedora-29-x86_64" - "fedora-30-i386" - "fedora-30-x86_64" + "fedora-31-i386" + "fedora-31-x86_64" + "fedora-32-i386" + "fedora-32-x86_64" + "fedora-33-i386" + "fedora-33-x86_64" ) # Which git branch to export. Normally take the current