12 Dec
2025
12 Dec
'25
11:19 a.m.
Hi is there a reason that there is no el10 under: https://download.ceph.com/rpm-20.2.0/ https://download.ceph.com/rpm-tentacle/ building with mock for Alma10.1/Rocky10.1 just works fine: curl -O -L https://download.ceph.com/rpm-tentacle/el9/SRPMS/ceph-20.2.0-0.el9.src.rpm mkdir rpm mock -r /etc/mock/alma+epel-10-x86_64.cfg rebuild ./ceph-20.2.0-0.el9.src.rpm --enable-network --resultdir rpm # or mock -r /etc/mock/rocky+epel-10-x86_64.cfg rebuild ./ceph-20.2.0-0.el9.src.rpm --enable-network --resultdir rpm both work fine. Best Moritz