On 06/25/2010 02:26 PM, Neal Becker wrote:
> I'm pretty sure you can put the Requires within an if clause
>
> Here's an example I have with BuidRequires (from emacs.spec)
>
> %ifarch %{ix86}
> BuildRequires: setarch
> %endif
>
>
>
does that predicate on the target OS architecture or the package's
target architecture?