[Rpm-maint] [rpm-software-management/rpm] Add a man page for RPM dependency generators (PR #3957)

Panu Matilainen notifications at github.com
Mon Sep 22 11:38:37 UTC 2025


@pmatilai commented on this pull request.



> +stored in the package (see *--fileclass* in *rpm*(8) for details).
+
+Flags are comma-separated lists specified with the following macros:
+
+```
+%__NAME_flags
+%__NAME_exclude_flags
+```
+
+Currently, the following flags are supported (Added: 4.9.1):
+- *exeonly*: require executable bit set
+- *magic_and_path*: require both magic and path to match
+
+# GENERATORS
+
+A generator is an executable that reads filename(s) from stdin and writes

Oh, indeed, this is not to be confused with the multifile protocol.

Perhaps the point is more that a generator is required to consume all of standard input, and generators should not make assumptions about the number of files. In the default non-multifile protocol they only get fed one filename at a time, but the legacy mode and multifile mode do feed multiple files at a time.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3957#discussion_r2367857521
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/3957/review/3252137823 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20250922/9efddafc/attachment.htm>


More information about the Rpm-maint mailing list