Bug 929348
| Summary: | [RFE] support for nested rlImport | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dalibor Pospíšil <dapospis> | ||||
| Component: | beakerlib | Assignee: | Petr Muller <pmuller> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | ohudlick, pmuller, psplicha | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | beakerlib-1.7-1.fc19 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 947549 (view as bug list) | Environment: | |||||
| Last Closed: | 2013-05-22 03:10:10 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 928857 | ||||||
| Attachments: |
|
||||||
http://git.fedorahosted.org/cgit/beakerlib.git/commit/?id=99b796d736e6d85c20e471391f693b5ca320eb32 http://git.fedorahosted.org/cgit/beakerlib.git/commit/?id=e7f824925c0ee9557f5dc46ba0873331483234ec beakerlib-1.7-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/beakerlib-1.7-1.fc19 Package beakerlib-1.7-1.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing beakerlib-1.7-1.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-7067/beakerlib-1.7-1.fc19 then log in and leave karma (feedback). beakerlib-1.7-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 718172 [details] nested rlImport If the library depends on another one and wants to use it while importing (sourcing / LibraryLoaded function) it should be already imported so the library need to call rlImport also. Included patch should guarantee that.