From b1275d137dc86c5aa09f20b889dcf3754e305795 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Fri, 24 Apr 2020 07:41:12 +0200 Subject: [PATCH 1/1] --- lldb-experimental.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 1.8.3.1