On 13 June 2013 17:30, Remi Collet Fedora@famillecollet.com wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Le 13/06/2013 17:00, Björn Esser a écrit :
Hi there!
I have a question about this review: https://bugzilla.redhat.com/show_bug.cgi?id=889261
Is it ok to havearched BuildRequires?
No BR should not be arched. They are created at .src.rpm creation time (so, according to the builder arch)
Remi.
Exactly, here an example of a Koji build done with _isa'ed BuildRequires (taken from the link I've posted before):
$ rpm -qpR libguac-client-vnc-0.6.0-4.fc17.src.rpm cairo-devel(x86-64) gnutls-devel(x86-64) libguac-devel(x86-64) = 0.6.0 libvncserver-devel(x86-64) rpmlib(FileDigests) <= 4.6.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1
This means I can't rebuild the src.rpm on an i686. This is wrong.
Regards, --Simone