copr: builder: fix bootstrap_chroot feature?

Put 'elfutils-libelf', otherwise
devtoolset-3-elfutils-libelf-0.161-1.el7.x86_64 from scl
repositories might be installed by dnf into bootstrap chroot.
This commit is contained in:
Pavel Raiskup 2019-05-27 19:07:29 +02:00
parent abffb6b3b3
commit 6cae0779ee

View file

@ -28,3 +28,5 @@ config_opts['plugin_conf']['chroot_scan_opts'] = {
'regexes': [ "dnf.*log$" ],
'only_failed': False,
}
config_opts['yum_install_command'] = 'install yum yum-utils shadow-utils distribution-gpg-keys elfutils-libelf'