[llvm/f19] run ldconfig when installing lldb

jvcelak jvcelak at fedoraproject.org
Fri Dec 20 08:12:24 UTC 2013


commit f6033f2696fa62b40c40bac1631c4f5bbb7576e5
Author: Jan Vcelak <jvcelak at fedoraproject.org>
Date:   Thu Dec 19 20:25:44 2013 +0100

    run ldconfig when installing lldb
    
    Resolves: #1044431

 llvm.spec |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/llvm.spec b/llvm.spec
index 2acf58a..ae87c8b 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -467,6 +467,11 @@ make -C tools/clang/test TESTARGS="-v -j4" | tee %{buildroot}%{llvmdocdir clang-
 %postun -n clang -p /sbin/ldconfig
 %endif
 
+%if %{with lldb}
+%post -n lldb -p /sbin/ldconfig
+%postun -n lldb -p /sbin/ldconfig
+%endif
+
 
 %posttrans devel
 # link llvm-config to the platform-specific file;
@@ -602,6 +607,7 @@ exit 0
 %changelog
 * Fri Dec 20 2013 Jan Vcelak <jvcelak at fedoraproject.org> 3.3-4
 - remove RPATHs
+- run ldconfig when installing lldb (#1044431)
 
 * Sat Nov 30 2013 Jan Vcelak <jvcelak at fedoraproject.org> 3.3-3
 - properly obsolete clang-doc subpackage (#1035268)


More information about the scm-commits mailing list