Hello.

Today I found out an interesting difference between Koji and COPR. autowrap package has this in its specfile:

Requires: python%{python3_pkgversion}-Cython%{?_isa}

Which is incorrect for noarch package but hold on. The resulting package from Koji requires:

python3-Cython

but in COPR, the result requires:

python3-Cython(x86-64)

and that breaks subsequent builds in COPR because python3-Cython does not provide python3-Cython(x86-64).

In other words, if I rebuild autowrap in COPR and some other build later tries to install it, the installation fails because nothing provides python3-Cython(x86-64).

It seems like %{?_isa} is not defined for noarch packages in Koji but it is in COPR. Is that a known problem/feature?

Thank you.

Lumír

P.S.: fix for autowrap: https://src.fedoraproject.org/rpms/autowrap/pull-request/3
--
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to