Bug 689711 - RFE: show dependency details
Summary: RFE: show dependency details
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: rpmreaper
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Miroslav Lichvar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-03-22 09:07 UTC by Daniel Mach
Modified: 2014-05-17 06:32 UTC (History)
1 user (show)

Fixed In Version: rpmreaper-0.2.0-2.fc20
Clone Of:
Environment:
Last Closed: 2014-05-17 06:32:52 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.