From: Jan Kratochvil Date: Fri, 24 Apr 2020 05:41:12 +0000 (+0200) Subject: (no commit message) X-Git-Url: https://git.jankratochvil.net/?p=lldb-experimental.git;a=commitdiff_plain;h=b1275d137dc86c5aa09f20b889dcf3754e305795 --- diff --git a/lldb-experimental.spec b/lldb-experimental.spec index 1082a53..5f6bbc1 100644 --- a/lldb-experimental.spec +++ b/lldb-experimental.spec @@ -12,7 +12,7 @@ %endif Name: lldb-experimental Version: 11.0.0 -Release: 0.20200424snap0%{?dist} +Release: 0.20200424snap1%{?dist} Summary: Next generation high-performance debugger - experimental trunk snapshot License: NCSA URL: http://lldb.llvm.org/ @@ -26,7 +26,10 @@ BuildRequires: llvm-toolset-7-cmake devtoolset-8-gcc-c++ python-devel python2-py %global __cmake /opt/rh/llvm-toolset-7/root/usr/bin/cmake3 %global ninjabuild ninja-build %else -BuildRequires: cmake z3-devel +%if !0%{?rhel:1} || 0%{?rhel} > 8 +BuildRequires: z3-devel +%endif +BuildRequires: cmake BuildRequires: python3-devel python3-pygments python3-pyyaml # removed in F31+ #BuildRequires: xar-devel