Bug 1259451 - [RFE] Officially support "repoquery -l"
Summary: [RFE] Officially support "repoquery -l"
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: dnf
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Packaging Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-02 15:47 UTC by Vít Ondruch
Modified: 2015-09-02 17:01 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-09-02 17:01:43 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Vít Ondruch 2015-09-02 15:47:08 UTC
Description of problem:
RPM has -ql command to list content of package. It seems that "repoquery" knows "-l" parameter, which does the same, but it is nowhere documented, so I am afraid it is not officially supported.

Version-Release number of selected component (if applicable):
$ rpm -q dnf
dnf-1.1.0-2.fc22.noarch


How reproducible:
Always


Steps to Reproduce:
1. # dnf repoquery -l ruby-ncurses
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Radek Holy 2015-09-02 16:32:09 UTC
It is officially supported.

(In reply to Vít Ondruch from comment #0)
> it is nowhere documented

1) http://dnf-plugins-core.readthedocs.org/en/latest/repoquery.html#query-options
2) $ man dnf.plugin.repoquery | grep -A 1 -- --list
          -l, --list
                 Show list of files in the package.

   $ rpm -q dnf-plugins-core
   dnf-plugins-core-0.1.10-1.fc24.noarch
   $ cat /etc/fedora-release 
   Fedora release 24 (Rawhide)

Comment 2 Vít Ondruch 2015-09-02 16:47:49 UTC
$ dnf repoquery --help | grep -- -l

says nothing about "-l"

Comment 3 Radek Holy 2015-09-02 17:01:43 UTC
Well, you reported that you are afraid that the switch is not supported. I assured you that it is. You reported that it is documented nowhere. I showed you that it is.

The problem with the --help switch is a completely different story. Follow the bug 1158548.


Note You need to log in before you can comment on or make changes to this bug.