From e92cd45f13554b039be014e93ffa2094fef17f763be3979dfc27dadb08a2721c Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Wed, 21 Aug 2024 07:46:46 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/llvm13 revision 21 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm13?expand=0&rev=9564e1e7a812ccb4a51f8a94d26bbaec --- llvm13.changes | 6 ------ llvm13.spec | 11 ----------- 2 files changed, 17 deletions(-) diff --git a/llvm13.changes b/llvm13.changes index 5338b7c..7184553 100644 --- a/llvm13.changes +++ b/llvm13.changes @@ -1,9 +1,3 @@ -------------------------------------------------------------------- -Tue Jun 11 19:14:57 UTC 2024 - Matej Cepl - -- Add %python3_fix_shebang_path to fix binaries dependency on - /usr/bin/python3 (bsc#1212476). - ------------------------------------------------------------------- Wed Apr 3 20:18:07 UTC 2024 - Aaron Puchert diff --git a/llvm13.spec b/llvm13.spec index 7ce952b..c67b6df 100644 --- a/llvm13.spec +++ b/llvm13.spec @@ -1230,17 +1230,6 @@ python3 bin/llvm-lit -sv projects/libcxxabi/test/ %endif popd -# Fix shebang of Python scripts -%{python3_fix_shebang_path %{buildroot}%{python3_sitearch}/lldb/utils/*.py \ - %{buildroot}%{python3_sitelib}/lldb/optrecord.py \ - %{buildroot}%{_bindir}/opt-diff \ - %{buildroot}%{_bindir}/opt-stats \ - %{buildroot}%{_bindir}/opt-viewer \ - %{buildroot}%{_libdir}/clang/%{_relver}/bin/hwasan_symbolize -} -# check the results -grep -r "^#!.*python" %{buildroot}/ | grep -v "$(realpath %{_bindir}/python3)" - # Remove files that won't be needed anymore. # This reduces the total amount of disk space used during build. (bnc#1074625) # This is meant to happen after build, install and check, but before