Bug 1181189
| Summary: | dnf downgrade ./<TAB> doesn't autocomplete | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jaroslav Škarvada <jskarvad> |
| Component: | dnf | Assignee: | Packaging Maintenance Team <packaging-team-maint> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 21 | CC: | akozumpl, jsilhan, jskarvad, mluscon, packaging-team-maint, pnemade, rholy, tim.lauridsen, titas.chanda |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | hawkey-0.5.3-2.fc21 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-02-20 08:32:45 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: | |
| Embargoed: | |||
|
Description
Jaroslav Škarvada
2015-01-12 14:30:57 UTC
Thanks for the report. Fixed in the upstream by Igor (thanks). dnf-plugins-core-0.1.5-1.fc21,hawkey-0.5.3-2.fc21,dnf-0.6.4-1.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/dnf-plugins-core-0.1.5-1.fc21,hawkey-0.5.3-2.fc21,dnf-0.6.4-1.fc21 Package hawkey-0.5.3-2.fc21, dnf-plugins-core-0.1.5-1.fc21, dnf-0.6.4-1.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing hawkey-0.5.3-2.fc21 dnf-plugins-core-0.1.5-1.fc21 dnf-0.6.4-1.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-2139/dnf-plugins-core-0.1.5-1.fc21,hawkey-0.5.3-2.fc21,dnf-0.6.4-1.fc21 then log in and leave karma (feedback). hawkey-0.5.3-2.fc21, dnf-plugins-core-0.1.5-1.fc21, dnf-0.6.4-1.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. The problem persist as of today. Today I have done fresh installs on both my laptop and desktop, and auto-complete feature is not working/working wrongly. How reproducible: Always Steps to Reproduce: 1. sudo dnf, [TAB] [TAB] => showing items in HOME, not the possible arguments of dnf. 2. sudo dnf ins [TAB] [TAB] => nothing, should complete "install". 3. sudo dnf install lib [TAB] [TAB] => nothing. (In reply to Titas Chanda from comment #5) > The problem persist as of today. Today I have done fresh installs on both my > laptop and desktop, and auto-complete feature is not working/working wrongly. > > > How reproducible: > Always > > Steps to Reproduce: > 1. sudo dnf, [TAB] [TAB] => showing items in HOME, not the possible > arguments of dnf. > 2. sudo dnf ins [TAB] [TAB] => nothing, should complete "install". > 3. sudo dnf install lib [TAB] [TAB] => nothing. I am afraid I cannot help you, I am reporter, not maintainer of dnf, but it works correctly for me. dnf-0.6.4-5.fc21.noarch $ sudo dnf [TAB} => autoremove history remove builddep check-update repolist clean info repoquery config-manager install repository-packages copr kickstart reposync debuginfo-install list search distro-sync makecache updateinfo downgrade needs-restarting upgrade download playground upgrade-to group provides help reinstall $ sudo dnf ins [TAB] => install $ sudo dnf install lib [TAB] => Display all 4152 possibilities? (y or n) |