Re: Interesting difference between Koji and COPR (_isa macro)

2024-02-07 Thread Sérgio Basto
On Wed, 2024-01-24 at 17:56 +0100, Lumír Balhar wrote: > 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

Re: Interesting difference between Koji and COPR (_isa macro)

2024-01-24 Thread Miroslav Suchý
Dne 24. 01. 24 v 18:02 Dan Horák napsal(a): It seems like %{?_isa} is not defined for noarch packages in Koji but it is in COPR. Is that a known problem/feature? it could be because COPR always does an archful build (like plain mock builds do), while koji knows noarch is a separate arch Mock d

Re: Interesting difference between Koji and COPR (_isa macro)

2024-01-24 Thread Dan Horák
On Wed, 24 Jan 2024 17:56:40 +0100 Lumír Balhar wrote: > 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. T

Interesting difference between Koji and COPR (_isa macro)

2024-01-24 Thread Lumír Balhar
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