From cf0d9b63645061a738ceeeddd2b685483c19974e Mon Sep 17 00:00:00 2001 From: sgrubb Date: Jul 20 2017 21:55:57 +0000 Subject: Epel does not have i386 targets --- 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