diff --git a/llvm13.changes b/llvm13.changes index 7d998d9..138dda7 100644 --- a/llvm13.changes +++ b/llvm13.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Feb 14 14:31:30 UTC 2022 - Aaron Puchert + +- 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 diff --git a/llvm13.spec b/llvm13.spec index 7369fc3..5255849 100644 --- a/llvm13.spec +++ b/llvm13.spec @@ -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}