- Remove *-devel packages from baselibs, they don't seem to be

needed. We mostly need libLLVM and maybe libclang-cpp.
- Add more conflicts/requirements to satisfy installcheck.
- Fix paths in clang-tools.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm13?expand=0&rev=18
This commit is contained in:
Aaron Puchert
2022-04-09 19:53:07 +00:00
committed by Git OBS Bridge
parent 873759c6e8
commit b2e7998d08
3 changed files with 19 additions and 8 deletions

View File

@@ -23,7 +23,8 @@ Sun Apr 3 13:42:27 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Merge llvm-LTO-devel into llvm-devel. That's where the header
files already are, and they are hard to separate.
- Let llvm-polly-devel depend on llvm-devel.
- Remove libLTO from baselibs, it doesn't seem to be needed.
- Remove libLTO and *-devel packages from baselibs, they don't
seem to be needed. We mostly need libLLVM and maybe libclang-cpp.
- Only suggest documentation packages.
-------------------------------------------------------------------