CI: There is no EPEL 10 Next, use plain EPEL mock chroots on RHEL 10+

This commit is contained in:
Miro Hrončok 2024-08-19 17:03:55 +02:00
parent 1278dd8dbd
commit 6f1ac1b126

View File

@ -13,7 +13,14 @@ case $NAME in
;;
"CentOS Stream"|"Red Hat Enterprise Linux")
case $version in
9)
mock="centos-stream+epel-next-${version}-${arch}"
;;
*)
mock="centos-stream+epel-${version}-${arch}"
;;
esac
repos="local,local-centos-stream"
;;