diff --git a/llvm15.changes b/llvm15.changes index 9787433..2a619ca 100644 --- a/llvm15.changes +++ b/llvm15.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 15 23:45:39 UTC 2023 - Aaron Puchert + +- Make python3-clang noarch again and fix conflicts/provides to + point to %python3_sitelib instead of %python3_sitearch. + ------------------------------------------------------------------- Sat Mar 11 14:09:34 UTC 2023 - Aaron Puchert diff --git a/llvm15.spec b/llvm15.spec index 241e24e..42cf37f 100644 --- a/llvm15.spec +++ b/llvm15.spec @@ -686,8 +686,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)