[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 13:23:28 UTC 2025


@dmnks commented on this pull request.



> +%__frob_requires %{_rpmconfigdir}/frobnize --requires
+%__frob_path \\.frob$
+%__frob_magic ^.* a frob file .*$
+```
+
+This file defines a file attribute named *frob* that matches any files with the
+_.frob_ suffix or a magic string containing "a frob file". It also defines two
+generators for that attribute that use the script _frobnize_ installed in the
+*%{\_rpmconfigdir}* directory, with the following contents:
+
+```
+#!/bin/bash
+# Frobnize script
+
+mode=$1
+file=$(head -n1)

Replaced with a multifile version now.

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

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


More information about the Rpm-maint mailing list