From 2519a57b990012ae58f51e76f2707e85b8e5c806450df74090dbc366c3b4accc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 6 Oct 2015 07:09:40 +0000 Subject: [PATCH] - OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=427 --- lldb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb.spec b/lldb.spec index 0eb9199..6cd2813 100644 --- a/lldb.spec +++ b/lldb.spec @@ -40,7 +40,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: libLLVM = %{version} Requires: libclang = %{version} Requires: python-base -ExclusiveArch: arm x86_64 +ExclusiveArch: %arm x86_64 %define py_major $(python -c "import sys; print sys.version_info[0];") %define py_minor $(python -c "import sys; print sys.version_info[1];")