Bug 186306
Summary: | Missing dependencies after install | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Phillip Sorensen <pas37> | ||||
Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike McLean <mikem> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 5 | ||||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i386 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | f7t2 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2007-03-02 21:36:03 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: | |||||||
Attachments: |
|
Description
Phillip Sorensen
2006-03-22 19:55:22 UTC
Created attachment 126499 [details]
python script to find packages with no depends
There is already a script in yum-utils to do this: package-cleanup --leaves you might want to check that out. It is probable that the deps are deliberately cut due to whiteout. I tried package-cleanup --problems on a fresh default install. It came up with the same results as my script (binutils, openjade, gstreamer-tools). What's the status of this in F7? Lots of stuff has changed on the anaconda side of things, comps, and package deps themselves. I just did a default install of Fedora 7 test 2. Both my script and the package-cleanup utility ran without error. The bug appears to be fixed. |