From 8aff38a4a4ff1104e7a46c04c5cdb0846cfb7d5106c05e33f19e929807da147f Mon Sep 17 00:00:00 2001 From: Aaron Puchert Date: Thu, 15 Jun 2023 22:52:32 +0000 Subject: [PATCH] - Don't declare python3-clang as noarch: Python packages are installed into %{_libdir}. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm13?expand=0&rev=36 --- llvm13.changes | 6 ++++++ llvm13.spec | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/llvm13.changes b/llvm13.changes index 36f4c67..7ddb82e 100644 --- a/llvm13.changes +++ b/llvm13.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 15 21:50:12 UTC 2023 - Aaron Puchert + +- Don't declare python3-clang as noarch: Python packages are + installed into %{_libdir}. + ------------------------------------------------------------------- Tue May 9 21:37:34 UTC 2023 - Aaron Puchert diff --git a/llvm13.spec b/llvm13.spec index 9536c9e..ef583a9 100644 --- a/llvm13.spec +++ b/llvm13.spec @@ -465,7 +465,6 @@ Requires: libclang%{_soclang} >= %{version} Requires: python3-base Conflicts: %{python3_sitearch}/clang/ Provides: %{python3_sitearch}/clang/ -BuildArch: noarch %description -n python3-clang%{_sonum} This package contains the Python bindings to clang (C language)