From 210f259feb1a9465470b939c604ebe407506faaa Mon Sep 17 00:00:00 2001 From: zxt Date: Thu, 7 Apr 2022 15:29:52 +0800 Subject: [PATCH 1/2] rebrand to anolis --- ruby.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ruby.spec b/ruby.spec index eb37e3c..26172d3 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 +- rebrand to anolis + * 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 -- Gitee From cee8bf7e7824b6e27d04874e69696f26f90f2cda Mon Sep 17 00:00:00 2001 From: zxt Date: Thu, 7 Apr 2022 15:29:52 +0800 Subject: [PATCH 2/2] fix compiler errors --- ruby.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ruby.spec b/ruby.spec index eb37e3c..60cd66b 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 -- Gitee