[Rpm-maint] [rpm-software-management/rpm] Regression: addtional output in rpmspec with -q (Issue #3413)
Panu Matilainen
notifications at github.com
Wed Oct 30 08:47:46 UTC 2024
> I expected that the line Reading /var/tmp/rpm-tmp.bSC32X is not present, because I used -q option.
In rpmspec, -q means query, not quiet. rpmbuild is verbose by default, rpmspec is not, it's just that the "Reading..." message was in the "wrong" level for this purpose, in the original context dynamic spec parsing only occurred during builds and not plain spec parsing.
> And I would expect the line with the license printed only once.
rpmspec queries the binary packages by default, so you get one line of output per each subpackage, this is how it's always been and not a bug. If you want to query the source rpm instead (of which there will obviously only be one), use `rpmspec --srpm`.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3413#issuecomment-2446208835
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/issues/3413/2446208835 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20241030/5d05ed91/attachment.html>
More information about the Rpm-maint
mailing list