Bug 648598
| Summary: | perl-Term-ProgressBar is missing a dependency on perl-TermReadKey | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matthew Booth <mbooth> |
| Component: | perl-Term-ProgressBar | Assignee: | Marcela Mašláňová <mmaslano> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | cweyl, perl-devel |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | perl-Term-ProgressBar-2.09-9.fc14 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-11-10 21:40: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: | |||
Thanks for letting us know. I'll fix it in all mentioned releases. Please test it and add karma in bodhi. perl-Term-ProgressBar-2.09-9.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/perl-Term-ProgressBar-2.09-9.fc13 perl-Term-ProgressBar-2.09-9.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/perl-Term-ProgressBar-2.09-9.fc14 perl-Term-ProgressBar-2.09-9.fc14 has been pushed to the Fedora 14 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 perl-Term-ProgressBar'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/perl-Term-ProgressBar-2.09-9.fc14 perl-Term-ProgressBar-2.09-9.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. perl-Term-ProgressBar-2.09-9.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: While perl-Term-ProgressBar can function without Term::ReadKey, it cannot detect the width of a window, making the progress bar less than entirely useful. The spec file is relying on automatic dependencies, but doesn't pick up Term::ReadKey because the source doesn't 'use' it: eval { require Term::ReadKey; }; if ($@) { warn "Guessing terminal width due to problem with Term::ReadKey\n"; return 50; } perl-TermReadKey was previously in limbo, but now seems to be included. perl-Term-ProgressBar should depend on it, as the experience without it is poor. I've filed this against rawhide, but it applies equally to F13 and F14. perl-TermReadKey is now available in all 3 places. I've attached a spec file patch. Version-Release number of selected component (if applicable): perl-Term-ProgressBar-2.09-8