mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 18:36:50 +00:00
Include liblldb*.so in %files
See https://src.fedoraproject.org/rpms/llvm/pull-request/234#comment-206914
This commit is contained in:
parent
86fec774e2
commit
393325cce1
1 changed files with 1 additions and 2 deletions
|
@ -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.*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue