On Fri, Mar 14, 2025 at 10:13:49AM +0000, Daniel P. Berrangé wrote:
> On Fri, Mar 14, 2025 at 11:01:21AM +0100, Andrea Bolognani wrote:
> >  %define arches_qemu_kvm         %{ix86} x86_64 %{power64} %{arm} aarch64 
> > s390x riscv64
> >  %if 0%{?rhel}
> > -    %if 0%{?rhel} > 8
> > +    %if 0%{?rhel} >= 10
> > +        %define arches_qemu_kvm     x86_64 aarch64 s390x riscv64
>
> AFAICT the qemu-kvm.spec in centos-stream still only has
>
>   ExclusiveArch: x86_64 %{power64} aarch64 s390x
>
> so adding this in libvirt is premature and would lead to unresolvable
> dependencies until QEMU is built on riscv64.

The CentOS Stream 10 package for qemu-kvm has been made buildable on
riscv64 as part of:

  https://gitlab.com/redhat/centos-stream/rpms/qemu-kvm/-/merge_requests/220

Earlier, the edk2 package had been handled with:

  https://gitlab.com/redhat/centos-stream/rpms/edk2/-/merge_requests/102

Can I go ahead with this change now?

-- 
Andrea Bolognani / Red Hat / Virtualization

Reply via email to