# DO NOT EDIT THIS FILE. This is automatically replaced with any # update of the mock-core-configs.rpm package. Tak a look at the # /etc/mock/site-defaults.cfg file. config_opts["no-config"]["epel-8"] = {} config_opts["no-config"]["epel-8"]["alternatives"] = { "alma+epel-8": { "description": [ "Builds against AlmaLinux 8 repositories, " "together with the official EPEL repositories.", "Project page: https://almalinux.org/" ], }, "centos-stream+epel-8": { "description": [ "Builds against CentOS Stream 8 repositories (some packages " "may be a bit ahead the Red Hat Enterprise Linux 8) together " "with the official EPEL 8 repositories.", "Project page: https://www.centos.org/centos-stream/" ], }, "circlelinux+epel-8": { "description": [ "Builds against Circle Linux 8 repositories, " "together with the official EPEL repositories.", "Project page: https://cclinux.org/" ], }, "rhel+epel-8": { "description": [ "Builds against Red Hat Enterprise Linux 8 repositories, " "together with the official EPEL repositories.", "This mimics what is done in the official EPEL build system, " "but you need a Red Hat subscription:", "https://rpm-software-management.github.io/mock/Feature-rhelchroots" ], }, "rocky+epel-8": { "description": [ "Builds against Rocky Linux 8 repositories, " "together with the official EPEL repositories.", "Project page: https://rockylinux.org/" ], }, } config_opts["no-config"]["epel-9"] = {} config_opts["no-config"]["epel-9"]["alternatives"] = { "alma+epel-9": { "description": [ "Builds against AlmaLinux 9 repositories, " "together with the official EPEL repositories.", "Project page: https://almalinux.org/" ], }, "centos-stream+epel-9": { "description": [ "Builds against CentOS Stream 9 repositories (some packages " "may be a bit ahead the Red Hat Enterprise Linux 9) together " "with the official EPEL repositories.", "Project page: https://www.centos.org/centos-stream/" ], }, "rhel+epel-9": { "description": [ "Builds against Red Hat Enterprise Linux 9 repositories, " "together with the official EPEL repositories.", "This mimics what is done in the official EPEL build system, " "but you need a Red Hat subscription:", "https://rpm-software-management.github.io/mock/Feature-rhelchroots" ], }, "rocky+epel-9": { "description": [ "Builds against Rocky Linux 9 repositories, " "together with the official EPEL repositories.", "Project page: https://rockylinux.org/" ], }, }