[arch] fix: not properly checking conflicts with provided virtual packages with specific versions

This commit is contained in:
Vinicius Moreira
2022-12-16 17:32:09 -03:00
parent 2524dd0b07
commit 008355c21d
3 changed files with 241 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixes
- Arch
- not properly checking all provided packages by the system when checking for conflicts (upgrade requirements)
- not properly checking all provided packages by the system when checking for conflicts (upgrade requirements). it could lead to an unbootable system or package losses.
- UI
- some windows not properly being centralized (regression introduced in **0.10.4**)
- some windows being displayed in the wrong place (regression introduced in **0.10.4**)