Bug 1225406
| Summary: | Review Request: rubygem-jruby-openssl - JRuby's OpenSSL gem | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michal Srb <msrb> |
| Component: | Package Review | Assignee: | Josef Stribny <jstribny> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | hhorak, package-review, vondruch |
| Target Milestone: | --- | Flags: | jstribny:
fedora-review+
gwync: fedora-cvs+ |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-01-04 09:07:01 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1198676 | ||
|
Description
Michal Srb
2015-05-27 10:17:17 UTC
I will take it for a review. * This package is intended for JRuby only and fails on CRuby, so proper Requires: jruby should be used. # irb irb(main):001:0> require 'jopenssl/load' Loading jruby-openssl in a non-JRuby interpreter LoadError: cannot load such file -- java from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:54:in `require' from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:54:in `require' from /usr/share/gems/gems/jruby-openssl-0.9.7/lib/jopenssl/load.rb:3:in `<top (required)>' from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:128:in `require' from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:128:in `rescue in require' from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:39:in `require' from (irb):1 from /usr/bin/irb:11:in `<main>' * Requires: ruby(release) is auto-generated and should be deleted. * I would appreciate a comment above the following like specifying the referenced library: %global bc_version 1.50 Updated spec+srpm: Spec URL: https://msrb.fedorapeople.org/2/rubygem-jruby-openssl.spec SRPM URL: https://msrb.fedorapeople.org/2/rubygem-jruby-openssl-0.9.7-2.fc23.src.rpm %changelog * Wed May 27 2015 Michal Srb <msrb> - 0.9.7-2 - Explicitly require JRuby - Drop R: ruby(release) - Add comment for %%bc_version For the question of packaging the Java extensions I opened an upstream issue: https://github.com/rubygems/rubygems/issues/1260 I don't believe we can do much about the way Java extensions are packaged in upstream .gem packages at the moment, therefore I no longer see this as a blocker for the review. Let's make JRuby functional, we can deal with this later if necessary. ==> APPROVED. Thanks for the review! New Package SCM Request ======================= Package Name: rubygem-jruby-openssl Short Description: JRuby's OpenSSL gem Upstream URL: https://github.com/jruby/jruby-openssl Owners: msrb mizdebsk msimacek Branches: f22 InitialCC: java-sig Git done (by process-git-requests). Closing this ticket, since the package is in Fedora for some time already. |