From 7aeddb327494e316397b099072b9884007a55661 Mon Sep 17 00:00:00 2001 From: Dan Čermák Date: Mar 28 2018 16:49:11 +0000 Subject: Exclude ppc64le for el7 --- diff --git a/scan-build.spec b/scan-build.spec index 45129c0..4f1e0dd 100644 --- a/scan-build.spec +++ b/scan-build.spec @@ -14,8 +14,9 @@ BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-nose BuildRequires: clang -%if 0%{?rhel} +%if 0%{?rhel} >= 7 BuildRequires: python%{python3_pkgversion}-typing +ExcludeArch: ppc64le %endif Requires: clang