orphans detection should record requested files, not installed through deps
Bug #913244 reported by
Jeff Johnson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
RPM |
New
|
Undecided
|
Unassigned | ||
Mandriva |
Confirmed
|
Wishlist
|
Bug Description
Fodder for Mandriva file trigger replacement discussion
Changed in mandriva: | |
importance: | Unknown → Wishlist |
status: | Unknown → Confirmed |
Changed in mandriva: | |
status: | Confirmed → Invalid |
Changed in mandriva: | |
status: | Invalid → Confirmed |
To post a comment you must log in.
urpmi currently records the packages which are installed through deps in rpm/installed- through- deps.list.
/var/lib/
But for the administrator/user, the list of *requested* packages is much, much more relevant. E.g. for setting up a new system or for marking a package as unreqested.
So the orphans detection should record the *requested* packages.
For the case, this makes orphans detection much more complicate, there is a simple work-around: Record both lists with the requested list being the master and the deps-list being a cache.