- Use old conflicts/provides for python3-clang on Leap.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm15?expand=0&rev=37
This commit is contained in:
Aaron Puchert 2024-04-03 21:17:46 +00:00 committed by Git OBS Bridge
parent 5cb7475a21
commit 5858c6c9d8
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 3 20:18:07 UTC 2024 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Use old conflicts/provides for python3-clang on Leap.
-------------------------------------------------------------------
Wed Mar 6 03:20:24 UTC 2024 - Michael Gorse <mgorse@suse.com>

View File

@ -688,8 +688,13 @@ Summary: Python bindings for libclang
Group: Development/Libraries/Python
Requires: libclang%{_soclang} >= %{version}
Requires: python3-base
%if %{suse_version} > 1500
Conflicts: %{python3_sitelib}/clang/
Provides: %{python3_sitelib}/clang/
%else
Conflicts: %{python3_sitearch}/clang/
Provides: %{python3_sitearch}/clang/
%endif
BuildArch: noarch
%description -n python3-clang%{_sonum}