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:
parent
abffb6b3b3
commit
6cae0779ee
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue