diff --git a/ruby.spec b/ruby.spec index 21ed6c36a97b3615572f25b88187353c6aded69c..3e656b656c28205769f4128a76797f8ae392d73f 100644 --- a/ruby.spec +++ b/ruby.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global major_version 3 %global minor_version 1 %global teeny_version 2 @@ -59,7 +59,7 @@ %global tapset_libdir %(echo %{_libdir} | sed 's/64//')* -%bcond_without rubypick +%bcond_with rubypick %bcond_without cmake %bcond_without git @@ -1463,5 +1463,8 @@ mv test/fiddle/test_import.rb{,.disable} %changelog +* Wed Jun 15 2022 Chunmei Xu - 3.1.2-2 +- build without rubypick + * Tue Jun 14 2022 Chunmei Xu - 3.1.2-1 - init from upstream