include('/etc/mock/epel-7-x86_64.cfg') config_opts['root'] = '822021-epel-7-x86_64' config_opts['nspawn_args'] = ['--capability=cap_ipc_lock'] config_opts['rpmbuild_networking'] = True config_opts['use_host_resolv'] = True config_opts['use_bootstrap_container'] = False config_opts['yum.conf'] += """ [copr_base] name='Copr repository' baseurl=https://copr-be.cloud.fedoraproject.org/results/ibarwick/firebird_fdw/epel-7-x86_64/ gpgcheck=0 enabled=1 skip_if_unavailable=1 metadata_expire=0 cost=1 best=1 [https_copr_be_cloud_fedoraproject_org_results_ibarwick_libfq_distname_releasever_basearch] name='Additional repo https_copr_be_cloud_fedoraproject_org_results_ibarwick_libfq_distname_releasever_basearch' baseurl=https://copr-be.cloud.fedoraproject.org/results/ibarwick/libfq/epel-$releasever-$basearch/ gpgcheck=0 enabled=1 skip_if_unavailable=1 metadata_expire=0 cost=1 best=1 [https_download_postgresql_org_pub_repos_yum_11_redhat_rhel_releasever_basearch] name='Additional repo https_download_postgresql_org_pub_repos_yum_11_redhat_rhel_releasever_basearch' baseurl=https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-$releasever-$basearch gpgcheck=0 enabled=1 skip_if_unavailable=1 metadata_expire=0 cost=1 best=1 [https_download_postgresql_org_pub_repos_yum_10_redhat_rhel_releasever_basearch] name='Additional repo https_download_postgresql_org_pub_repos_yum_10_redhat_rhel_releasever_basearch' baseurl=https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-$releasever-$basearch gpgcheck=0 enabled=1 skip_if_unavailable=1 metadata_expire=0 cost=1 best=1 [https_download_postgresql_org_pub_repos_yum_9_6_redhat_rhel_releasever_basearch] name='Additional repo https_download_postgresql_org_pub_repos_yum_9_6_redhat_rhel_releasever_basearch' baseurl=https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-$releasever-$basearch gpgcheck=0 enabled=1 skip_if_unavailable=1 metadata_expire=0 cost=1 best=1 [https_download_postgresql_org_pub_repos_yum_9_5_redhat_rhel_releasever_basearch] name='Additional repo https_download_postgresql_org_pub_repos_yum_9_5_redhat_rhel_releasever_basearch' baseurl=https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-$releasever-$basearch gpgcheck=0 enabled=1 skip_if_unavailable=1 metadata_expire=0 cost=1 best=1 [https_download_postgresql_org_pub_repos_yum_9_4_redhat_rhel_releasever_basearch] name='Additional repo https_download_postgresql_org_pub_repos_yum_9_4_redhat_rhel_releasever_basearch' baseurl=https://download.postgresql.org/pub/repos/yum/9.4/redhat/rhel-$releasever-$basearch gpgcheck=0 enabled=1 skip_if_unavailable=1 metadata_expire=0 cost=1 best=1 [https_download_postgresql_org_pub_repos_yum_9_3_redhat_rhel_releasever_basearch] name='Additional repo https_download_postgresql_org_pub_repos_yum_9_3_redhat_rhel_releasever_basearch' baseurl=https://download.postgresql.org/pub/repos/yum/9.3/redhat/rhel-$releasever-$basearch gpgcheck=0 enabled=1 skip_if_unavailable=1 metadata_expire=0 cost=1 best=1 """