!9 Keep "/usr/bin/env python" instead of /usr/bin/python3 in hwasan_symbolize

From: @si-gui
Reviewed-by: @jdkboy
Signed-off-by: @jdkboy
This commit is contained in:
openeuler-ci-bot 2020-09-19 15:14:56 +08:00 committed by Gitee
commit 7238641f8d

View File

@ -4,7 +4,7 @@
Name: compiler-rt Name: compiler-rt
Version: 10.0.1 Version: 10.0.1
Release: 1 Release: 2
Summary: LLVM "compiler-rt" runtime libraries Summary: LLVM "compiler-rt" runtime libraries
License: NCSA or MIT License: NCSA or MIT
URL: http://llvm.org URL: http://llvm.org
@ -29,8 +29,6 @@ instrumentation, and Blocks C language extension.
%prep %prep
%autosetup -n %{crt_srcdir} -p1 %autosetup -n %{crt_srcdir} -p1
pathfix.py -i %{__python3} -pn lib/hwasan/scripts/hwasan_symbolize
%build %build
mkdir -p _build mkdir -p _build
cd _build cd _build
@ -104,6 +102,9 @@ fi
%endif %endif
%changelog %changelog
* Sat Sep 19 2020 Guoshuai Sun <sunguoshuai@huawei.com> - 10.0.1-2
- Keep "/usr/bin/env python" instead of /usr/bin/python3 in hwasan_symbolize
* Thu Jul 30 2020 Guoshuai Sun <sunguoshuai@huawei.com> - 10.0.1-1 * Thu Jul 30 2020 Guoshuai Sun <sunguoshuai@huawei.com> - 10.0.1-1
- Update to 10.0.1 - Update to 10.0.1