Bug 1235230
| Summary: | man rpm should mention rpm weak dependency querying commands | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomáš Kašpárek <tkasparek> |
| Component: | rpm | Assignee: | Packaging Maintenance Team <packaging-team-maint> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 22 | CC: | ffesti, jzeleny, lkardos, novyjindrich, packaging-team-maint, pknirsch |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | rpm-4.12.0.1-13.fc22 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-10 00:22:40 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: | |||
Added upstream as c336b1474402a566d5351ff41c45559d02a3389a rpm-4.12.0.1-13.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-5ce9a3e165 rpm-4.12.0.1-13.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update rpm' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-5ce9a3e165 rpm-4.12.0.1-13.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: man rpm does not mention rpm weak dependency querying commands such as --recommends, --suggests etc. Version-Release number of selected component (if applicable): rpm-4.12.0.1-9.fc22.x86_64 How reproducible: always Steps to Reproduce: 1. man rpm and search for --recommends and other rpm weak dependency queries Actual results: rpm weak dependency queries are not mentioned in manual page of rpm package Expected results: rpm weak dependency queries are mentioned in manual page of rpm package Additional info: rpm --help provides information about weak dependency queries so there's inconsistency between information in help and man rpm --help ... --provides list capabilities that this package provides --requires list capabilities required by package(s) --recommends list capabilities recommended by package(s) --suggests list capabilities suggested by package(s) --supplements list capabilities supplemented by package(s) --enhances list capabilities enhanced by package(s) ...