[arch] fix: conflict resolution: removing hard dependencies that would be satisfied with the inclusion of the new package

This commit is contained in:
Vinicius Moreira
2022-05-19 16:15:34 -03:00
parent 667bca3748
commit a191748124
4 changed files with 92 additions and 38 deletions

View File

@@ -23,9 +23,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- version: the limit for displaying both the installed and latest versions is 22% (otherwise just the latest version will be displayed)
### Fixes
- Arch
- conflict resolution: removing hard dependencies that would be satisfied with the inclusion of the new package [#268](https://github.com/vinifmor/bauh/issues/268)
- e.g: `pipewire-pulse` conflicts with `pulseaudio`. `pulseaudio-alsa` (a dependency of pulseaudio) should not be removed, since `pipewire-pulse` provides `pulseaudio`
- Flatpak
- not all selected runtime partials to upgrade are actually requested to be upgraded
## [0.10.2] 2022-04-16
### Improvements
- Arch