]> git.pld-linux.org Git - packages/llvm.git/commitdiff
drop explicit abi part when packaging python module auto/th/llvm-14.0.4-1
authorJan Palus <atler@pld-linux.org>
Wed, 1 Jun 2022 10:47:54 +0000 (12:47 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 1 Jun 2022 10:47:54 +0000 (12:47 +0200)
llvm.spec

index e8a1ecdf169671963da260c6a7b2afd176edbbe0..50b022afac64de7ec4c907c4dcd2d9700abafcdf 100644 (file)
--- a/llvm.spec
+++ b/llvm.spec
@@ -1320,7 +1320,7 @@ rm -rf $RPM_BUILD_ROOT
 %{py3_sitedir}/lldb/plugins/__pycache__
 %{py3_sitedir}/lldb/plugins/__init__.py
 %{py3_sitedir}/lldb/plugins/scripted_process.py
-%attr(755,root,root) %{py3_sitedir}/lldb/_lldb.cpython-*-linux-gnu.so
+%attr(755,root,root) %{py3_sitedir}/lldb/_lldb.cpython-*.so
 
 %files -n lldb-devel
 %defattr(644,root,root,755)
This page took 0.243461 seconds and 4 git commands to generate.