[Rpm-maint] [rpm-software-management/rpm] [Bug] ⪅ `rpm-6.0.0-1.fc43` renders the value of the "License" key on a separate line from the key, whereas it should render it on the same line, as `fc42`'s did. (Issue #4028)
Michal Domonkos
notifications at github.com
Tue Nov 4 13:29:04 UTC 2025
dmnks left a comment (rpm-software-management/rpm#4028)
It's in fact the Signature key that's now preceded by a newline. That's by design, rpm now supports multiple signatures per package (see #3439), and so the Signature tag, as presented in the `rpm -qi` output, is now a string array, formatted this way to differentiate it from the other, simple tags. The closest counterpart would be the Description tag which is a multi-line string, also formatted in a similar way (minus the indent).
Please note that parsing the `rpm -qi` output is unsupported. If you wish to extract metadata from a package, use [rpm-queryformat(7)](https://rpm.org/docs/latest/man/rpm-queryformat.7) instead. In fact, `rpm -qi` is itself implement as an alias to an elaborate `rpm --queryformat` command that prints a human-readable table.
With that, I'll close this ticket now.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/4028#issuecomment-3486009708
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/issues/4028/3486009708 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20251104/f81ab960/attachment.htm>
More information about the Rpm-maint
mailing list