commit 08d27526d56b3ebea804db779a14a3fabf50a17a
Author: Elan Ruusamäe <[email protected]>
Date:   Wed Mar 2 15:22:58 2016 +0200

    require openssl version, their abi can break with each release
    
    $ rpm -E '%requires_eq_to openssl openssl-devel'
    Requires: openssl = 1.0.2f

 ruby.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ruby.spec b/ruby.spec
index ef785df..d3c89c5 100644
--- 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             2
+%define                rel             3
 %define                ruby_version    2.0
 %define                basever         2.0.0
 %define                patchlevel      648
@@ -198,7 +198,7 @@ Obsoletes:  ruby-minitest <= 1.5.0
 %endif
 # FIXME later
 Provides:      ruby(abi) = %{ruby_version}
-%requires_ge_to        openssl openssl-devel
+%requires_eq_to        openssl openssl-devel
 
 %description modules
 Ruby standard modules and utilities:
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ruby.git/commitdiff/08d27526d56b3ebea804db779a14a3fabf50a17a

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to