Bug 923593
| Summary: | rubygem-openwsman | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Vít Ondruch <vondruch> | ||||
| Component: | openwsman | Assignee: | Vitezslav Crhonek <vcrhonek> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | praveen_paladugu, srinivas_g_gowda, vcrhonek | ||||
| Target Milestone: | --- | Keywords: | FutureFeature | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | openwsman-2.4.4-1.fc21 | Doc Type: | Enhancement | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-03-17 12:57:39 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
Vít Ondruch
2013-03-20 07:19:10 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 20 development cycle. Changing version to '20'. More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora20 Created attachment 871939 [details]
convert -ruby to rubygem-
These are the proposed changes required to provide rubygem- instead of -ruby package. Unfortunately, there is no test suite available during build, so I did not tested the package, except basic smoke test, that I am able to require the gem.
Also, I am not expert on CMake, so there might be better way how to disable the installation of plain Ruby bindings other then replacing the content of cmake_install.cmake file.
(In reply to Vít Ondruch from comment #2) > Also, I am not expert on CMake, so there might be better way how to disable > the installation of plain Ruby bindings other then replacing the content of > cmake_install.cmake file. Actually, other option might be to use -DBUILD_RUBY to entirely disable the build of Ruby bindings and prepare the .gem later by some local CMake call ... Thanks for help! You are welcome. |