|
Bugzilla – Full Text Bug Listing |
| Summary: | automatic deps do not get automatic upgrades right away | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Jon Nelson <jnelson-suse> |
| Component: | libzypp | Assignee: | E-mail List <zypp-maintainers> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jon Nelson
2009-02-01 14:17:05 UTC
Interesting. Can you please generate a solver testcase? When you spot this, choose Extras -> Generate Dependency Resolver Test Case, and pack & attach the resulting logs. This is because 'version' is not the highest key when the solver determines the 'best' package. The solver will e.g never pick a package from a repo with low priority, if one in a high priority repository fits. Even if the low priority package has a higher version. The solver will also not change the architecture or vendor of an already installed package without need. So the highest version is not necessarily the best choice. |