Bug 896415
| Summary: | accept small letters for answers on F17 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Gabor Garami <hron> |
| Component: | rpmconf | Assignee: | Miroslav Suchý <msuchy> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 17 | CC: | msuchy, xjakub |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-07-02 15:45:27 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
Gabor Garami
2013-01-17 09:23:20 UTC
rpmconf accepts both lowercase and uppercase letters. And it works for me. In fact all input is converted to uppercase by this code echo $1 | tr "[:lower:]" "[:upper:]" Can you please try run on your system this command: echo y | tr "[:lower:]" "[:upper:]" It should return "Y", if not we need to find why. It converts to Y. However, when I upgraded yesterday night from F17 to F18, rpmconf asked the question again instead of accepting i/y. Maybe F18 version is fixed? They both have the same version. How it behave now on F18 for you? Can you enter small letters? Yes, it accepts. I currently do not have F17 install so I can't try it out in that... I will try it on F17 in few days. I just tried on F17, the above command returns an "Y" properly. The only reason why it might go wrong I can imagine would be some strange locale settings. Could you try running: LANG=C rpmconf whether it then works for you? It works for me. If you can provide some reproducer, please reopen. |