Use continue to use OpenSSL 1.0 for the moment.

Only upcoming Ruby 2.4 support OpenSSL 1.1 so far:

https://bugs.ruby-lang.org/issues/12830
This commit is contained in:
Vít Ondruch 2016-10-21 16:47:58 +02:00
parent 46551f13fc
commit c4c93c1113

View File

@ -21,7 +21,7 @@
%endif %endif
%global release 58 %global release 59
%{!?release_string:%global release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}} %{!?release_string:%global release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}}
# The RubyGems library has to stay out of Ruby directory three, since the # The RubyGems library has to stay out of Ruby directory three, since the
@ -139,7 +139,7 @@ Recommends: rubygem(did_you_mean) >= %{did_you_mean_version}
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: gdbm-devel BuildRequires: gdbm-devel
BuildRequires: libffi-devel BuildRequires: libffi-devel
BuildRequires: openssl-devel BuildRequires: compat-openssl10-devel
BuildRequires: libyaml-devel BuildRequires: libyaml-devel
BuildRequires: readline-devel BuildRequires: readline-devel
BuildRequires: tk-devel BuildRequires: tk-devel
@ -963,6 +963,9 @@ make check TESTS="-v $DISABLE_TESTS"
%{ruby_libdir}/tkextlib %{ruby_libdir}/tkextlib
%changelog %changelog
* Fri Oct 21 2016 Vít Ondruch <vondruch@redhat.com> - 2.3.1-59
- Use continue to use OpenSSL 1.0 for the moment.
* Wed Aug 10 2016 Vít Ondruch <vondruch@redhat.com> - 2.3.1-58 * Wed Aug 10 2016 Vít Ondruch <vondruch@redhat.com> - 2.3.1-58
- Workaround "an invalid stdio handle" error on PPC (rhbz#1361037). - Workaround "an invalid stdio handle" error on PPC (rhbz#1361037).