From f4ec31c6f558d1a3d1d6070a6c27dcafae1714c8bd3af2e99624657fa2974f5c Mon Sep 17 00:00:00 2001 From: Aaron Puchert Date: Fri, 16 Jun 2023 01:02:42 +0000 Subject: [PATCH] - 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 --- llvm16.changes | 2 ++ llvm16.spec | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/llvm16.changes b/llvm16.changes index b96f30c..f337e3f 100644 --- a/llvm16.changes +++ b/llvm16.changes @@ -5,6 +5,8 @@ Thu Jun 15 21:53:08 UTC 2023 - Aaron Puchert * 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 diff --git a/llvm16.spec b/llvm16.spec index 64396b7..af002ab 100644 --- a/llvm16.spec +++ b/llvm16.spec @@ -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)