| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | solver3: Rename decision to assignment | Julian Andres Klode | 2026-01-05 | 1 | -2/+2 |
| | | | | | | | | The previous use of decision here conflicted with the use of decision level and the general notion of having made a decision, because the assignment might have been propagated as a matter of fact. | ||||
| * | Revert "depcache: Allow changing multi-arch versions for removed siblings" | Julian Andres Klode | 2025-10-26 | 1 | -20/+11 |
| | | | | | | | | | | | | | | | | | This reverts commit 74636b64a7ee56637a3ce4ddc1d060ca9f8b77e1. Adjust the test case accordingly, as it is no longer possible to install libgcc-s1:s390x. We need to sort this out in the ToDepCache translation layer at a later time. Sadly the depcache rejects valid solutions like this; solving this isn't trivial. Technically we need to split up the FromUser and auto-bit handling to solve this, but even then, MarkDelete() with FromUser=0 moves the auto-bit on metapackages; this doesn't happen when doing FromUser=1, so we can't always do FromUser=1. Fixes: a3fca052ca21ad222ac7f2fdd7f3fe84b44beb60 | ||||
| * | solver3: Allow removing manually installed packages | Julian Andres Klode | 2025-10-25 | 1 | -2/+22 |
| | | |||||
| * | solver3: Only hide ver->pkg clauses, not pkg->ver version selection ones | Julian Andres Klode | 2025-03-13 | 1 | -0/+28 |
| Particularly as Helmut pointed out we need to show which version we selected for install if there is only one but there is a versioned conflicts. Reported-By: Helmut Grohne <helmut@subdivi.de> on IRC | |||||
