Hello folks,

for long time we have problem if you have some arch-specific
BuildRequires, you still get one src.rpm from one of arches (not sure
how koji chooses that one) which might not work for your architecture.

For example if you have following in spec:
%ifarch %{ldc_arches}
BuildRequires: ldc
%endif

And the src.rpm is taken by koji from x86_64 (included in
%{ldc_arches}), then you won't be able to run `dnf builddep foo`,
because it will complain that ldc package is missing.

PROPOSAL:
1. make fedora-release archful
2. add Provides: system-architecture($arch) to fedora-release, where
$arch is architecture name
3. use Requires: (foo if (system-architecture(x86_64) or
system-architecture(i686))) in packages

What do you think? Any suggestions are welcome!

--
-Igor Gnatenko
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to