(no commit message)
authorJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 24 Apr 2020 05:41:12 +0000 (07:41 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 24 Apr 2020 05:41:12 +0000 (07:41 +0200)
lldb-experimental.spec

index 1082a53..5f6bbc1 100644 (file)
@@ -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