diff --git a/gdb-exploitable.spec b/gdb-exploitable.spec index 747f3ab..7ea4bac 100644 --- a/gdb-exploitable.spec +++ b/gdb-exploitable.spec @@ -20,7 +20,12 @@ Source0: %{plugin}.tar.gz Source1: %{name}.gdb Source2: README.fedora BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +%if 0%{?fedora} ExclusiveArch: x86_64 i386 +%else +# Epel does not have i386 targets +ExclusiveArch: x86_64 +%endif BuildArch: noarch Requires: gdb