Bug 1332928
Summary: | Fails to require namespaced gem names, e.g. net-ssh | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dominic Cleal <dominic> | ||||
Component: | rubygem-bundler_ext | Assignee: | Jun Aruga <jaruga> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 24 | CC: | jaruga, vondruch | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | rubygem-bundler_ext-0.4.1-1.fc25 rubygem-bundler_ext-0.4.1-1.fc24 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2016-05-30 21:21:20 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: | |||||||
Attachments: |
|
Description
Dominic Cleal
2016-05-04 11:40:56 UTC
> https://github.com/bundlerext/bundler_ext/pull/18 is an upstream patch that remains unmerged, tested and it works. Could this patch be included in the Fedora package? Now released in 0.4.1 (bug #1339844). Let me check it! Created attachment 1161939 [details] Update to bundler_ext 0.4.1, and fix the issue. Hi, I updated the version to 0.4.1 to fix this issue. Right now I could not do mock build for rawhide because of Fedora infra issue (? I am asking it in Fedora Infra team). However Koji build for rawhide was ok http://koji.fedoraproject.org/koji/taskinfo?taskID=14259956 I checked updated version worked on f24. $ mock -r fedora-24-x86_64 --shell [mockbuild@unused-4-164 mytest]$ echo 'gem "net-ssh"' > Gemfile [mockbuild@unused-4-164 mytest]$ ruby -rbundler_ext -e "BundlerExt.system_require('`pwd`/Gemfile', :all)" -e 'puts Net::SSH::Version::STRING' 2.9.1 - Package dependency is ok - License is ok. Could you check this? Looks correct to me! (In reply to Jun Aruga from comment #3) LGTM. Please go ahead. rubygem-bundler_ext-0.4.1-1.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-57035e1a53 (In reply to Dominic Cleal from comment #4) > Looks correct to me! My modification is going to be testing. [1] After 3 or 4 days, you must get this new version. [1] https://bodhi.fedoraproject.org/updates/rubygem-bundler_ext-0.4.1-1.fc24 rubygem-bundler_ext-0.4.1-1.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-57035e1a53 rubygem-bundler_ext-0.4.1-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report. |