On Tue, Jan 26, 2021 at 02:34:57PM +0100, Kamil Paral wrote: > On Tue, Jan 26, 2021 at 1:49 PM Vitaly Zaitsev via devel < > devel@xxxxxxxxxxxxxxxxxxxxxxx> wrote: > > > On 26.01.2021 13:24, Honggang LI wrote: > > > What is the rule to concurrently select both x86_64 and i686 build > > > for Fedora X86_64 platform? > > > > Fedora ships only i686 packages for multilib support (e.g. Wine and Steam). > > > > For a bit of context, Honggang is asking because of: > https://bugzilla.redhat.com/show_bug.cgi?id=1919864 > > rdma-core suddenly stopped being multilib in F33, which of course caused > issues for existing users. I believe it was a consequence of this packaging > change: > https://src.fedoraproject.org/rpms/rdma-core/c/ef8db100db16dfbfec42ed58eb0d2e57ca81bc0a?branch=f33 Yes, as I noted in the other thread: │ * ``runtime`` -- packages that install some shared object file │ (``*.so.*``) will match. │ * ``devel`` -- packages whose name ends with ``-devel`` or ``--static`` │ suffix will be matched. When ``dnf`` is used, this method automatically │ enables ``runtime`` method as well. With ``yum`` backend this method │ also uses a hardcoded blacklist and whitelist. So, the devel packages match, but when the devel package stopped requiring the core package it wasn't included anymore. kevin
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx