http://bugzilla.rpmfusion.org/show_bug.cgi?id=751
--- Comment #10 from Todd Zullinger <[email protected]> 2009-08-11 17:05:13 --- (In reply to comment #9) > %if 0%{?fedora} > 11 > ExclusiveArch: i686 x86_64 > %else %if 0%{?fedora} > 10 > ExclusiveArch: i586 x86_64 > %else > ExclusiveArch: i386 x86_64 > %endif Wouldn't it be sufficient (and much easier on the eyes) to use: ExclusiveArch: %{ix86} x86_64 ? -- Configure bugmail: http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
