- Make python3-clang noarch again and fix conflicts/provides to

point to %python3_sitelib instead of %python3_sitearch.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm16?expand=0&rev=17
This commit is contained in:
Aaron Puchert 2023-06-16 01:02:42 +00:00 committed by Git OBS Bridge
parent d48862800d
commit f4ec31c6f5
2 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,8 @@ Thu Jun 15 21:53:08 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
* This release contains bug-fixes for the LLVM 16.0.0 release.
This release is API and ABI compatible with 16.0.0.
- Rebase llvm-do-not-install-static-libraries.patch.
- Make python3-clang noarch again and fix conflicts/provides to
point to %python3_sitelib instead of %python3_sitearch.
-------------------------------------------------------------------
Sat Jun 3 21:56:34 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>

View File

@ -697,8 +697,9 @@ Summary: Python bindings for libclang
Group: Development/Libraries/Python
Requires: libclang%{_soclang} >= %{version}
Requires: python3-base
Conflicts: %{python3_sitearch}/clang/
Provides: %{python3_sitearch}/clang/
Conflicts: %{python3_sitelib}/clang/
Provides: %{python3_sitelib}/clang/
BuildArch: noarch
%description -n python3-clang%{_sonum}
This package contains the Python bindings to clang (C language)