import ruby-2.5.5-106.module+el8.3.0+7153+c6f6daa5

This commit is contained in:
CentOS Sources 2020-11-03 07:12:27 -05:00 committed by Andrew Lukoshko
parent 16b59d08fa
commit e043d55b8f
1 changed files with 12 additions and 1 deletions

View File

@ -21,7 +21,7 @@
%endif
%global release 105
%global release 106
%{!?release_string:%global release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}}
@ -546,6 +546,13 @@ HTTP.
rm -rf ext/psych/yaml
rm -rf ext/fiddle/libffi*
# Remove file with non-commercial license
# https://bugzilla.redhat.com/show_bug.cgi?id=1846113
rm -f gems/did_you_mean-1.2.0/evaluation/incorrect_words.yaml
sed -i 's/"evaluation\/incorrect_words.yaml", //' \
gems/did_you_mean-1.2.0/did_you_mean.gemspec
%patch0 -p1
%patch1 -p1
%patch2 -p1
@ -1126,6 +1133,10 @@ OPENSSL_SYSTEM_CIPHERS_OVERRIDE=xyz_nonexistent_file OPENSSL_CONF='' \
%{gem_dir}/specifications/xmlrpc-%{xmlrpc_version}.gemspec
%changelog
* Mon Jun 22 2020 Pavel Valena <pvalena@redhat.com> - 2.5.5-106
- Remove file with non-commercial license from did_you_mean gem.
Resolves: rhbz#1846113
* Thu Jul 04 2019 Jun Aruga <jaruga@redhat.com> - 2.5.5-105
- Use ffi_closure_alloc to avoid segmentation fault by libffi on aarch64.
Resolves: rhbz#1727832