Include liblldb*.so in %files

See
https://src.fedoraproject.org/rpms/llvm/pull-request/234#comment-206914
This commit is contained in:
Konrad Kleine 2024-07-02 21:26:42 +00:00
parent 86fec774e2
commit 393325cce1

View file

@ -609,8 +609,7 @@
%{install_bindir}/lldb* %{install_bindir}/lldb*
# Usually, *.so symlinks are kept in devel subpackages. However, the python # Usually, *.so symlinks are kept in devel subpackages. However, the python
# bindings depend on this symlink at runtime. # bindings depend on this symlink at runtime.
# TODO(kkleine): This first entry is too broad. Include it back if needed but make it more narrow. %{install_libdir}/liblldb*.so
# %{install_libdir}/*.so
%{install_libdir}/liblldb.so.* %{install_libdir}/liblldb.so.*
%{install_libdir}/liblldbIntelFeatures.so.* %{install_libdir}/liblldbIntelFeatures.so.*