From 8d9e3fa8791b816565796671419bb08f0ea99a98 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Sat, 28 Mar 2020 21:44:16 -0500 Subject: [PATCH] Fix the template for fedora-32 to actually build for fedora-32 --- fdl-fedora-32-x86_64.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fdl-fedora-32-x86_64.cfg b/fdl-fedora-32-x86_64.cfg index e5c15d0..40a05c6 100644 --- a/fdl-fedora-32-x86_64.cfg +++ b/fdl-fedora-32-x86_64.cfg @@ -1,11 +1,11 @@ -config_opts['releasever'] = '31' +config_opts['releasever'] = '32' config_opts['target_arch'] = 'x86_64' config_opts['legal_host_arches'] = ('x86_64',) include('templates/fedora-branched.tpl') -config_opts['root'] = 'fdl-fedora-31-x86_64' -config_opts['resultdir'] = '/var/www/html/packages/fedora/31/x86_64/' +config_opts['root'] = 'fdl-fedora-32-x86_64' +config_opts['resultdir'] = '/var/www/html/packages/fedora/32/x86_64/' config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo_c -d -q -x *.src.rpm'