From 496ea77656211ae5625acd8611d48ff5928e029b Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: May 10 2021 03:48:56 +0000 Subject: Add build fixes for CentOS Stream --- diff --git a/SPECS/lldb.spec b/SPECS/lldb.spec index cbf211e..21e3d93 100644 --- a/SPECS/lldb.spec +++ b/SPECS/lldb.spec @@ -1,9 +1,13 @@ +%if 0%{?rhel} +%undefine __cmake_in_source_build +%endif + #%%global rc_ver 5 %global lldb_srcdir %{name}-%{version}%{?rc_ver:rc%{rc_ver}}.src Name: lldb Version: 12.0.0%{?rc_ver:~rc%{rc_ver}} -Release: 1%{?dist} +Release: 1.1%{?dist} Summary: Next generation high-performance debugger License: NCSA @@ -130,6 +134,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.* %{python3_sitearch}/lldb %changelog +* Sun May 09 2021 Davide Cavalca - 12.0.0-1.1 +- Add build fixes for CentOS Stream + * Fri Apr 16 2021 Tom Stellard - 12.0.0-1 - 12.0.0 Release