[Rpm-maint] [rpm-software-management/rpm] Option '--qf' applies only to parameter attached to option '-q', not to each output row (#600)

Ricky-Tigg notifications at github.com
Mon Nov 19 12:48:43 UTC 2018


Command option '_--qf_' applies **only** to **parameter attached** to option '-_q_'  (here _rpm_), not to each output row as expected. (Possible bug)

Actual result:
```
$ rpm -qR rpm --qf '%{NAME} – %{DESCRIPTION}'
/usr/bin/bash
(...)
rpm – The RPM Package Manager (RPM) (...)
(...) a description, etc. [_ at l_~]$
``` 
Expected result: specified '--qf' **fields** (here _NAME_, _DESCRIPTION_) to be applied to **each** row of an output resulting from '_rpm -qR rpm_'.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/600
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20181119/cf0c4100/attachment.html>


More information about the Rpm-maint mailing list