From c54042d02eb574b69daddaf004dd2431a6c500ea Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Wed, 6 Mar 2024 17:14:52 -0300 Subject: [PATCH] Move liblldb symlink to the main package Fix rhbz#2260611. --- lldb.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lldb.spec b/lldb.spec index 5543c89..7e53969 100644 --- a/lldb.spec +++ b/lldb.spec @@ -10,7 +10,7 @@ Name: lldb Version: %{lldb_version}%{?rc_ver:~rc%{rc_ver}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Next generation high-performance debugger License: Apache-2.0 WITH LLVM-exception OR NCSA @@ -123,17 +123,22 @@ rm -f %{buildroot}%{python3_sitearch}/six.* %files %license LICENSE.TXT %{_bindir}/lldb* +# Usually, *.so symlinks are kept in devel subpackages. However, the python +# bindings depend on this symlink at runtime. +%{_libdir}/*.so %{_libdir}/liblldb.so.* %{_libdir}/liblldbIntelFeatures.so.* %files devel %{_includedir}/lldb -%{_libdir}/*.so %files -n python3-lldb %{python3_sitearch}/lldb %changelog +* Mon Mar 25 2024 Tulio Magno Quites Machado Filho - 18.1.2-2 +- Move liblldb symlink to the main package. Fix rhbz#2260611. + * Fri Mar 22 2024 Tom Stellard - 18.1.2-1 - 18.1.2 Release