diff --git a/kernel-tools.spec b/kernel-tools.spec
index 1243a3a..f88efcc 100644
--- a/kernel-tools.spec
+++ b/kernel-tools.spec
@@ -133,6 +133,7 @@ and the supporting documentation.
 %package -n perf
 Summary: Performance monitoring for the Linux kernel
 License: GPLv2
+ExcludeArch: i686
 %description -n perf
 This package contains the perf tool, which enables performance monitoring
 of the Linux kernel.
@@ -140,6 +141,7 @@ of the Linux kernel.
 %package -n python2-perf
 Summary: Python bindings for apps which will manipulate perf events
 %{?python_provide:%python_provide python2-perf}
+ExcludeArch: i686
 %description -n python2-perf
 The python2-perf package contains a module that permits applications
 written in the Python programming language to use the interface