- More conflicts for addition to Leap: clang-tools conflicts with

llvm9 because that doesn't have the move of hmaptool yet, and
  llvm13-devel with llvm{5,7} as they used to have FileCheck.1.gz.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm13?expand=0&rev=11
This commit is contained in:
Aaron Puchert 2022-02-14 14:40:35 +00:00 committed by Git OBS Bridge
parent e752f6b4aa
commit e6ca3b05a8
2 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Feb 14 14:31:30 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- More conflicts for addition to Leap: clang-tools conflicts with
llvm9 because that doesn't have the move of hmaptool yet, and
llvm13-devel with llvm{5,7} as they used to have FileCheck.1.gz.
-------------------------------------------------------------------
Tue Feb 8 23:14:36 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>

View File

@ -201,6 +201,11 @@ Requires: llvm%{_sonum}-polly-devel
%endif
Requires: pkgconfig
Conflicts: llvm-devel-provider < %{version}
%if %{suse_version} <= 1500
# llvm{5,7} in SLE/Leap 15.x used to have the man page for FileCheck.
Conflicts: llvm5
Conflicts: llvm7
%endif
Conflicts: cmake(LLVM)
Provides: llvm-devel-provider = %{version}
%if %{with ffi}
@ -261,6 +266,10 @@ Conflicts: clang6
# hmaptool used to be contained in the llvm package.
Conflicts: llvm5
Conflicts: llvm6
%if %{suse_version} <= 1500
# llvm9 in SLE/Leap 15.x is still affected.
Conflicts: llvm9
%endif
Conflicts: scan-build < %{version}
Conflicts: scan-view < %{version}
Provides: scan-build = %{version}