| Summary: | repoquery --repo doesn't work | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jaroslav Škarvada <jskarvad> |
| Component: | dnf-plugins-core | Assignee: | Packaging Maintenance Team <packaging-team-maint> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | jsilhan, mluscon, packaging-team-maint, pnemade, RadekHolyPublic, vmukhame |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-31 12:31:46 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Jaroslav Škarvada
2016-03-22 15:14:52 UTC
Hmm, it seems tcl wasn't rebuilt for f25, nor f24, so closing. But it seems there is still some inconsitency:
$ dnf repoquery --repo=rawhide -q grep
usage: dnf [--allowerasing] [-b] [-C] [-c [config file]] [-d [debug level]]
[--debugsolver] [--showduplicates] [-e ERRORLEVEL]
[--rpmverbosity [debug level name]] [-q] [-v] [-y] [--assumeno]
[--version] [--installroot [path]] [--enablerepo [repo]]
[--disablerepo [repo]] [-x [package]] [--disableexcludes [repo]]
[--repofrompath [repo,path]] [--noplugins] [--nogpgcheck]
[--disableplugin [plugin]] [--color COLOR]
[--releasever RELEASEVER] [--setopt SETOPTS] [--refresh] [-4] [-6]
[--downloadonly] [-h]
Command line error: argument --repofrompath: bad format: rawhide
$ dnf repoquery --disablerepo='*' --enablerepo=rawhide -q grep
grep-0:2.22-6.fc23.x86_64
grep-0:2.24-1.fc25.x86_64
Why --repo=rawhide fails? Also the following fails:
dnf repoquery --enablerepo=rawhide --repo=rawhide -q grep
usage: dnf [--allowerasing] [-b] [-C] [-c [config file]] [-d [debug level]]
[--debugsolver] [--showduplicates] [-e ERRORLEVEL]
[--rpmverbosity [debug level name]] [-q] [-v] [-y] [--assumeno]
[--version] [--installroot [path]] [--enablerepo [repo]]
[--disablerepo [repo]] [-x [package]] [--disableexcludes [repo]]
[--repofrompath [repo,path]] [--noplugins] [--nogpgcheck]
[--disableplugin [plugin]] [--color COLOR]
[--releasever RELEASEVER] [--setopt SETOPTS] [--refresh] [-4] [-6]
[--downloadonly] [-h]
Command line error: argument --repofrompath: bad format: rawhide
From the man:
--repo <repoid>
Limit the resulting set only to packages from repo identified by <repoid>. Can be used multiple times with accumulative effect.
That's known issue #1260443. Please use --repoid in the meantime. |