Bug 923593

Summary: rubygem-openwsman
Product: [Fedora] Fedora Reporter: Vít Ondruch <vondruch>
Component: openwsmanAssignee: Vitezslav Crhonek <vcrhonek>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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 Flags
convert -ruby to rubygem- none

Description Vít Ondruch 2013-03-20 07:19:10 UTC
It seems that openwsman source code carries code for possible rubygem-openwsman. Could you please consider to provide this gem instead of openwsman-ruby? Not that I am user of this code, but it seems to be more convenient way of distributing Ruby binding than providing -ruby package. Thank you for considering.

Comment 1 Fedora End Of Life 2013-09-16 13:15:12 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

Comment 2 Vít Ondruch 2014-03-07 15:53:31 UTC
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.

Comment 3 Vít Ondruch 2014-03-07 15:56:11 UTC
(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 ...

Comment 4 Vitezslav Crhonek 2014-03-17 12:57:39 UTC
Thanks for help!

Comment 5 Vít Ondruch 2014-03-17 14:05:52 UTC
You are welcome.