Interesting difference between Koji and COPR (_isa macro)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@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
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Users]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]

  Powered by Linux