- Let clang-devel accept a newer version of clang-tools:

we don't keep multiple versions of the latter.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm13?expand=0&rev=13
This commit is contained in:
Aaron Puchert 2022-02-19 15:32:58 +00:00 committed by Git OBS Bridge
parent 800d442603
commit 9bfbfd22b9
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Feb 19 15:23:13 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Let clang-devel accept a newer version of clang-tools:
we don't keep multiple versions of the latter.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 15 12:13:13 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net> Tue Feb 15 12:13:13 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>

View File

@ -303,7 +303,7 @@ Summary: CLANG frontend for LLVM (devel package)
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %{name}-devel = %{version} Requires: %{name}-devel = %{version}
Requires: clang%{_sonum} = %{version} Requires: clang%{_sonum} = %{version}
Requires: clang-tools = %{version} Requires: clang-tools >= %{version}
Conflicts: cmake(Clang) Conflicts: cmake(Clang)
%description -n clang%{_sonum}-devel %description -n clang%{_sonum}-devel