include('/etc/mock/fedora-rawhide-x86_64.cfg') config_opts['root'] = '849729-fedora-rawhide-x86_64' config_opts['nspawn_args'] = ['--capability=cap_ipc_lock'] config_opts['rpmbuild_networking'] = False config_opts['use_host_resolv'] = False config_opts['use_bootstrap_container'] = False config_opts['yum.conf'] += """ [copr_base] name='Copr repository' baseurl=https://copr-be.cloud.fedoraproject.org/results/kochstefan/usbauth-all/fedora-rawhide-x86_64/ gpgcheck=0 enabled=1 skip_if_unavailable=1 metadata_expire=0 cost=1 best=1 [https_github_com_kochstefan_usbauth_all_git] name='Additional repo https_github_com_kochstefan_usbauth_all_git' baseurl=https://github.com/kochstefan/usbauth-all.git gpgcheck=0 enabled=1 skip_if_unavailable=1 metadata_expire=0 cost=1 best=1 """