From d7db2998a05627bc47261f22c1d68c3859756eaa Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Jan 25 2018 14:42:29 +0000 Subject: Temporarily exclude i686 (rhbz 1538648) --- 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