[Rpm-maint] [rpm-software-management/rpm] Update rpmdeps(1) and rpmgraph(1) man pages to the new style (PR #3926)
Michal Domonkos
notifications at github.com
Fri Sep 5 15:50:19 UTC 2025
@dmnks requested changes on this pull request.
Minor notes on the `rpmdeps` man page. The `rpmgraph` man page looks good.
>
-*-R, --requires*
- Print the requires
+*--conflicts*
+ Print the conflicts dependencies.
+
+*--enhances*
+ Print the enhances dependencies.
+
+*--obsoletes*
+ Print the obsoletes dependencies.
+
+*--orderwithrequires*
+ Print the orderwithrequires dependencies.
+
+*-P, --provides*
This (and -R) are actually operations and thus should be in a separate OPERATIONS section, no?
>
-*rpmdeps* generates package dependencies for the set of _FILE_
-arguments. Each _FILE_ argument is searched for Elf32/Elf64, script
-interpreter, or per-script dependencies, and the dependencies are
-printed to stdout.
+# ARGUMENTS
+_FILE_
+ Any regular file.
I think we should also add a note about the no-argument variant (much like e.g. in the updated rpmarchive man page).
>
-*--obsoletes*
- Print the obsoletes
+# EXAMPLES
+*rpmdeps --requires /bin/ls*
This utility isn't normally installed into the `PATH` so I wonder if we should use `/usr/lib/rpm/rpmdeps` here instead? OTOH, where it's installed depends on rpm's packaging, so I guess this is generic enough...
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3926#pullrequestreview-3189879227
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3926/review/3189879227 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20250905/b8f659cd/attachment.htm>
More information about the Rpm-maint
mailing list