diff --git a/SPECS/skopeo.spec b/SPECS/skopeo.spec
index c8e1ae1..45aadc4 100644
--- a/SPECS/skopeo.spec
+++ b/SPECS/skopeo.spec
@@ -38,9 +38,9 @@ Source3: mounts.conf
 Source4: registries.conf
 Source5: registries.conf.5.md
 Source6: seccomp.json       
-ExclusiveArch:  aarch64 %{arm} ppc64le s390x x86_64
+ExclusiveArch:  aarch64 %{arm} ppc64le s390x x86_64 %{ix86}
 BuildRequires:  git
-%if 0%{?fedora} || 0%{?centos}
+%if 0%{?fedora}
 # If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
 BuildRequires:  %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} >= 1.6.2
 %else