From 40e2377f55abeff5a9f41196bd210ea7850938f1 Mon Sep 17 00:00:00 2001 From: Parag A Nemade Date: Thu, 20 Apr 2017 11:14:13 +0530 Subject: [PATCH] Upstream added ppcle64 support now in 3.1.0 release --- python-cpuinfo.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cpuinfo.spec b/python-cpuinfo.spec index 8960c21..adaf50b 100644 --- a/python-cpuinfo.spec +++ b/python-cpuinfo.spec @@ -13,7 +13,7 @@ Source0: https://files.pythonhosted.org/packages/source/p/py-%{srcname}/p BuildArch: noarch # https://github.com/workhorsy/py-cpuinfo/issues/55 -ExclusiveArch: %{ix86} x86_64 noarch +ExclusiveArch: %{ix86} x86_64 %{power64} noarch BuildRequires: python2-devel BuildRequires: python-setuptools