Bug 446476
| Summary: | preupgrade / anaconda fail if we need to update packages that are in Everything | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Patrick C. F. Ernzer <pcfe> |
| Component: | preupgrade | Assignee: | Seth Vidal <skvidal> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 10 | CC: | wwoods |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | preupgrade-1.0.0-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-12-01 15:45:15 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Patrick C. F. Ernzer
2008-05-14 18:54:00 UTC
The problem here is that we have two repos - instrepo (Fedora, which has kernel/initrd/stage2) and distrepo (Everything, but no kernel images). Currently we set method=instrepo as a fallback for the case where we're missing packages / images. Lacking stage2 is very common - it happens on any system where /boot is less than 200MB - so this made sense. Instead we should probably do method=distrepo, and have stage2=instrepo+stage2path in the case where we're missing stage2. Well. The *real* fix would be to get F8 yum and F9 yum (in anaconda) to agree on which packages you need on multilib systems. But that's a much, much harder problem. Current bzr now uses distrepo for method=URL. This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle. Changing version to '10'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping The "real" fix has been implemented for F10 - preupgrade and anaconda share anaconda-yum-plugins, which decides which packages are needed. |