https://bugzilla.rpmfusion.org/show_bug.cgi?id=4041

--- Comment #39 from leigh scott <leigh123li...@gmail.com> ---
Koji will probably choke on this


# Set exclusivity for x86 based architecture
%ifarch x86_64
ExclusiveArch:  x86_64 
%else
ExclusiveArch:  i686
%endif


Use

ExclusiveArch:  x86_64 i686


also change %{_target_cpu} to x86_64

%autosetup -p1 -n %{name}-%{version}-linux-%{_target_cpu}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org

Reply via email to