copr: builders: mock to install shadow-utils to bootstrap chroot

https://bugzilla.redhat.com/show_bug.cgi?id=1745123
This commit is contained in:
Pavel Raiskup 2019-08-23 19:14:55 +02:00 committed by Pierre-Yves Chibon
parent 6a717f8536
commit 583f96679a

View file

@ -29,3 +29,6 @@ config_opts['plugin_conf']['chroot_scan_opts'] = {
# hack: dnf would install elfutils-libelf from DTS, and that would break the transaction
config_opts['yum_install_command'] = 'install yum yum-utils shadow-utils distribution-gpg-keys elfutils-libelf'
# https://bugzilla.redhat.com/show_bug.cgi?id=1745123, remove with new mock release
config_opts['dnf_install_command'] = 'install dnf dnf-plugins-core shadow-utils distribution-gpg-keys'