(no commit message)
authorJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 6 Aug 2020 12:39:56 +0000 (14:39 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 6 Aug 2020 12:39:56 +0000 (14:39 +0200)
lldb-experimental.spec

index c48e4dd..b63d745 100644 (file)
@@ -14,7 +14,7 @@
 %endif
 Name: lldb-experimental
 Version: 12.0.0
-Release: 0.20200805snap1%{?dist}
+Release: 0.20200806snap0%{?dist}
 Summary: Next generation high-performance debugger - experimental trunk snapshot
 License: NCSA
 URL: http://lldb.llvm.org/
@@ -132,6 +132,7 @@ FLAGS="$FLAGS -Wno-error=format-security"
 
 %if (0%{?rhel:1} && 0%{?rhel} <= 7)
 . /opt/rh/devtoolset-8/enable
+. /opt/rh/rh-python38/enable
 # -gsplit-dwarf: LLVM: internal compiler error: in output_index_string, at dwarf2out.c:21891
 # https://bugzilla.redhat.com/show_bug.cgi?id=1590678
 # Set %%{fast} only after %%debug_package above.