diff --git a/ruby.spec b/ruby.spec index eb37e3c77afc3b6e2633b0f39e1dd676e93a6fd0..60cd66b8b6e844107c1bf8ea728e2baac4abf07e 100644 --- a/ruby.spec +++ b/ruby.spec @@ -1,3 +1,5 @@ +%define anolis_release .0.1 + %global major_version 2 %global minor_version 0 %global teeny_version 0 @@ -61,7 +63,7 @@ Summary: An interpreter of object-oriented scripting language Name: ruby Version: %{ruby_version_patch_level} -Release: %{release_string} +Release: %{release_string}%{anolis_release} Group: Development/Languages # Public Domain for example for: include/ruby/st.h, strftime.c, ... License: (Ruby or BSD) and Public Domain @@ -852,9 +854,7 @@ sed -i "/^ gem 'minitest', '~> 4.0'/ s/^/#/" lib/rubygems/test_case.rb # Disable problematic SIGSEV handler test case. # https://bugs.ruby-lang.org/issues/8144 -%ifarch i686 DISABLE_TESTS="$DISABLE_TESTS -n /^\(?!test_segv_test\)/" -%endif # Allow MD5 in OpenSSL. # https://bugs.ruby-lang.org/issues/9154 @@ -1154,6 +1154,9 @@ OPENSSL_ENABLE_MD5_VERIFY=1 make check TESTS="-v $DISABLE_TESTS" %{ruby_libdir}/tkextlib %changelog +* Thu Apr 07 2022 zhangxianting - 2.0.0.648-39.0.1 +- fix checking errors + * Mon Sep 13 2021 Vít Ondruch - 2.0.0.648-39 - Bump the release to fix the upgrade path from RHEL7 EUS. Resolves: rhbz#1993504