Bug 689711

Summary: RFE: show dependency details
Product: [Fedora] Fedora Reporter: Daniel Mach <dmach>
Component: rpmreaperAssignee: Miroslav Lichvar <mlichvar>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: mlichvar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: rpmreaper-0.2.0-2.fc20 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-17 06:32:52 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 Daniel Mach 2011-03-22 09:07:24 UTC
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

Comment 1 Miroslav Lichvar 2014-04-18 13:56:16 UTC
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

Comment 2 Fedora Update System 2014-04-22 14:35:49 UTC
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

Comment 3 Fedora Update System 2014-04-23 04:30:55 UTC
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).

Comment 4 Fedora Update System 2014-05-06 21:34:37 UTC
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).

Comment 5 Fedora Update System 2014-05-17 06:32:52 UTC
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.