Bug 630658
Summary: | Completion about IPv6 address does not work properly | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Yoshinori KUNIGA <ykuniga> | ||||||
Component: | bash-completion | Assignee: | Ville Skyttä <ville.skytta> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | low | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | 13 | CC: | sheltren, ville.skytta, ykuniga | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | bash-completion-1.2-4.fc13 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2010-10-17 04:51:19 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Yoshinori KUNIGA
2010-09-06 15:06:17 UTC
Created attachment 443390 [details] patch of Bug 630658 bash-completion-1.2-3.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/bash-completion-1.2-3.fc14 bash-completion-1.2-3.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/bash-completion-1.2-3.fc13 I tried bash-completion-1.2-3. This version worked fine when IPv6 address starts with from a to f. $ ssh fd [tab key] $ ssh fd00:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:5555 => OK But when IPv6 address starts with digits, I couldn't get a completion. $ ssh 2001 [tab key] $ ssh 2001 => NG $ ssh 2001: [tab key] $ ssh 2001: => NG I made a patch. Created attachment 451448 [details] patch of Bug 630658 bash-completion-1.2-3.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/bash-completion-1.2-3.el5 Thanks, this and some more cases fixed upstream, they will be included in future package updates. http://git.debian.org/?p=bash-completion/bash-completion.git;a=commitdiff;h=1da64f6 I tried patch. Everything turned out okay. I appreciate your quick and good work. Thanks. bash-completion-1.2-3.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update bash-completion'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/bash-completion-1.2-3.fc13 bash-completion-1.2-4.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. bash-completion-1.2-4.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. bash-completion-1.2-4.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. |