From a707a3c5dbc069ac67fd7aeb3b9725e7051cc9746c5ad8278699cc84afc17803 Mon Sep 17 00:00:00 2001 From: Aaron Puchert Date: Fri, 16 Jun 2023 01:11:59 +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/llvm14?expand=0&rev=53 --- llvm14.changes | 6 ++++++ llvm14.spec | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/llvm14.changes b/llvm14.changes index 58ff73a..afe2932 100644 --- a/llvm14.changes +++ b/llvm14.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. + ------------------------------------------------------------------- Tue Jun 13 08:13:42 UTC 2023 - Guillaume GARDET diff --git a/llvm14.spec b/llvm14.spec index afe8bb4..d8ed6de 100644 --- a/llvm14.spec +++ b/llvm14.spec @@ -677,8 +677,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)