Bug 1642031
Summary: | major: rpm does not give out dependencies when asked | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | customercare |
Component: | rpm | Assignee: | Packaging Maintenance Team <packaging-team-maint> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 27 | CC: | igor.raits, mjw, packaging-team-maint, pmatilai, pmoravco, vmukhame |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-11-19 10:47:54 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
customercare
2018-10-23 12:28:33 UTC
Well, this is by design. Technically no packages require libssh, however there are packages requiring `libssh.so.4()(64bit)`. You probably should use `dnf repoquery --whatrequires --installed libssh`. Like Igor said, this is by design. --whatrequires queries the literal capability passed as argument. From the man-page:
> --whatrequires CAPABILITY
> Query all packages that require CAPABILITY for proper functioning.
For now, dnf repoquery is the friendlier tool for the purpose.
|