copr: use a correct %dist for fedora-34-armhfp chroot

Fixes: rhbz#1956111
This commit is contained in:
Pavel Raiskup 2021-06-15 08:28:37 +02:00
parent 6a107bc041
commit 304432fc88

View file

@ -1,7 +1,8 @@
config_opts['releasever'] = '34'
config_opts['target_arch'] = 'armv7hl'
config_opts['legal_host_arches'] = ('armv7l', 'armv8l', 'aarch64')
# https://bugzilla.redhat.com/show_bug.cgi?id=1895363
config_opts['use_bootstrap'] = False
include('templates/fedora-rawhide.tpl')
include('templates/fedora-branched.tpl')