CI: There is no EPEL 10 Next, use plain EPEL mock chroots on RHEL 10+
(cherry picked from commit 6f1ac1b126
)
This commit is contained in:
parent
fdb5b80341
commit
e4aa6401af
@ -13,7 +13,14 @@ case $NAME in
|
||||
;;
|
||||
|
||||
"CentOS Stream"|"Red Hat Enterprise Linux")
|
||||
mock="centos-stream+epel-next-${version}-${arch}"
|
||||
case $version in
|
||||
9)
|
||||
mock="centos-stream+epel-next-${version}-${arch}"
|
||||
;;
|
||||
*)
|
||||
mock="centos-stream+epel-${version}-${arch}"
|
||||
;;
|
||||
esac
|
||||
repos="local,local-centos-stream"
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user