From ccd684dda1969edbd75c2e2a40a44e3828511a49 Mon Sep 17 00:00:00 2001 From: si-gui <245140120@qq.com> Date: Sat, 19 Sep 2020 14:57:33 +0800 Subject: [PATCH] Keep "/usr/bin/env python" instead of /usr/bin/python3 in hwasan_symbolize --- compiler-rt.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/compiler-rt.spec b/compiler-rt.spec index 97ebad2..689fd69 100644 --- a/compiler-rt.spec +++ b/compiler-rt.spec @@ -4,7 +4,7 @@ Name: compiler-rt Version: 10.0.1 -Release: 1 +Release: 2 Summary: LLVM "compiler-rt" runtime libraries License: NCSA or MIT URL: http://llvm.org @@ -29,8 +29,6 @@ instrumentation, and Blocks C language extension. %prep %autosetup -n %{crt_srcdir} -p1 -pathfix.py -i %{__python3} -pn lib/hwasan/scripts/hwasan_symbolize - %build mkdir -p _build cd _build @@ -104,6 +102,9 @@ fi %endif %changelog +* Sat Sep 19 2020 Guoshuai Sun - 10.0.1-2 +- Keep "/usr/bin/env python" instead of /usr/bin/python3 in hwasan_symbolize + * Thu Jul 30 2020 Guoshuai Sun - 10.0.1-1 - Update to 10.0.1 -- Gitee