Example rpmreaper output: o 3,4M bash 4.2.8-1.fc15.i686 o 13,4M ├─>+glibc 2.13.90-6.i686 139K ├─> libgcc 4.6.0-0.14.fc15.i686 o 701K └─>+ncurses-libs 5.8-1.fc15.i686 $ rpm -q bash --requires libc.so.6 libc.so.6(GLIBC_2.0) etc. I'd like a feature that would show all matching (Requires x Provides) between bash and glibc. It might be useful to show all matching (P x R) pairs incl. versions and comparison flag (if available). User would select a package (bash), press b/B/r/R to display inheritance tree. After selecting a package in the tree (glibc) and pressing a key, following output would be displayed in a dialog: Example output (for bash vs glibc): bash - Requires: glibc - Provides: libc.so.6 libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.0) etc. Example output (for python vs python-libs): python - Requires: python-lib - Provides: libpython2.7.so.1.0 libpython2.7.so.1.0 python-libs(x86-32) = 2.7.1-6.fc15 python-libs(x86-32) = 2.7.1-6.fc15
It took a bit longer, but this is now implemented in upstream git. With 'P' and 'M' keys you can display capabilities in the rpmreaper tree that are required/provided by the parent package of the highlighted package. Here is an example on how it looks. The rasqal and redland packages depends on raptor2 via 'Requires: libraptor2.so.0()(64bit)'. http://mlichvar.fedorapeople.org/tmp/rpmreaper_deps.png
rpmreaper-0.2.0-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/rpmreaper-0.2.0-1.fc20
Package rpmreaper-0.2.0-1.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing rpmreaper-0.2.0-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-5483/rpmreaper-0.2.0-1.fc20 then log in and leave karma (feedback).
Package rpmreaper-0.2.0-2.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing rpmreaper-0.2.0-2.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-5483/rpmreaper-0.2.0-2.fc20 then log in and leave karma (feedback).
rpmreaper-0.2.0-2.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.