What | Removed | Added |
---|---|---|
CC | zypp-maintainers@suse.de | |
Flags | needinfo?(zypp-maintainers@suse.de) |
YaST actually uses libzypp to find the unneeded packages, it just calls "status().isUnneeded()" (https://github.com/libyui/libyui-qt-pkg/blob/96a1c6bb9657251b8145bdad9eb4ebd20695c648/src/YQPkgClassFilterView.cc#L248). How that "unneeded" status is evaluated is a question for the libzypp developers...