diff --git a/lldb.spec b/lldb.spec index 9b73479..6a3103a 100644 --- a/lldb.spec +++ b/lldb.spec @@ -8,7 +8,7 @@ Name: lldb Version: %{lldb_version}%{?rc_ver:~rc%{rc_ver}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Next generation high-performance debugger License: NCSA @@ -17,6 +17,8 @@ Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{lldb_v Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{lldb_version}%{?rc_ver:-rc%{rc_ver}}/%{lldb_srcdir}.tar.xz.sig Source2: release-keys.asc +# Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=2052982 +Patch2: increase-m_hwp_regs-size.patch # Drop those two once 16.0.0 is out Patch0: https://github.com/llvm/llvm-project/commit/f0a25fe0b746f56295d5c02116ba28d2f965c175.diff Patch1: https://github.com/llvm/llvm-project/commit/81fc5f7909a4ef5a8d4b5da2a10f77f7cb01ba63.diff @@ -140,6 +142,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.* %{python3_sitearch}/lldb %changelog +* Thu Oct 20 2022 Konrad Kleine - 15.0.1-2 +- Bring back patch for rhbz#2052982 + * Mon Oct 17 2022 Konrad Kleine - 15.0.1-1 - Update to 15.0.1