| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
A depends on B before upgrade, A depends on C after upgrade.
C conflicts with B, which was removed from official repositories.
In this case, remove B from targets list.
|
|
|
|
|
| |
Previously only foreign packages were tracked, which led
to incorrect install reason switch for built repo packages.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
A depends on B, A depends on C, C depends on D, D provides B (B —
virtual package). Resolving a full tree sometimes allows to find actual
packages when "upper" packages reference to corresponding virtual
packages.
This also allows to display a complete list of missing dependencies.
|