[Rpm-maint] [rpm-software-management/rpm] Add a man page for RPM dependency generators (PR #3957)
Michal Domonkos
notifications at github.com
Fri Sep 26 08:57:03 UTC 2025
@dmnks commented on this pull request.
> +*%\_\_*_NAME_*_provides* _BODY_++
+*%\_\_*_NAME_*_recommends* _BODY_++
+*%\_\_*_NAME_*_requires* _BODY_++
+*%\_\_*_NAME_*_suggests* _BODY_++
+*%\_\_*_NAME_*_supplements* _BODY_
+
+_BODY_ is a command line (the program name and any arguments) that should be
+executed for every file that has the attribute _NAME_, and is macro-expanded on
+use.
+
+## Protocols
+
+The following generator protocols are currently supported:
+
+*simple*
+ Receives one filename at a time, outputs dependencies, one per line.
Oh, but you're right that we indeed have to actually support that name (whatever it may be) in the code, otherwise the man page is basically lying :sweat_smile: Good point. I can do that as part of this PR I guess, once we decide on the name.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3957#discussion_r2381465960
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3957/review/3270982488 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20250926/7a38ac7f/attachment.htm>
More information about the Rpm-maint
mailing list