]> git.pld-linux.org Git - packages/ruby.git/commitdiff
add strict openssl version dep auto/th/ruby-2.0.0.481-2
authorElan Ruusamäe <glen@delfi.ee>
Fri, 12 Sep 2014 10:23:01 +0000 (13:23 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 12 Sep 2014 10:23:51 +0000 (13:23 +0300)
/usr/share/ruby/2.0/rubygems/core_ext/kernel_require.rb:55:in `require':
/usr/lib64/ruby/2.0/openssl.so: undefined symbol: TLSv1_2_method - /usr/lib64/ruby/2.0/openssl.so (LoadError)
        from /usr/share/ruby/2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
        from /usr/share/ruby/2.0/openssl.rb:17:in `<top (required)>'

ruby.spec

index 3cbf331a4c1943e4b852f2d6eac6f942c21441e3..4ee01eac311f44606cff2a6b14870dc4df8a4836 100644 (file)
--- a/ruby.spec
+++ b/ruby.spec
@@ -16,7 +16,7 @@
 %bcond_without default_ruby    # use this Ruby as default system Ruby
 %bcond_with    bootstrap       # build bootstrap version
 
-%define                rel             1
+%define                rel             2
 %define                ruby_version    2.0
 %define                basever         2.0.0
 %define                patchlevel      481
@@ -193,6 +193,7 @@ Obsoletes:  ruby-minitest <= 1.5.0
 %endif
 # FIXME later
 Provides:      ruby(abi) = %{ruby_version}
+%requires_eq_to        openssl openssl-devel
 
 %description modules
 Ruby standard modules and utilities:
This page took 0.030448 seconds and 4 git commands to generate.