> 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/2446208...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to