From 799595887ed3db6484a4e5e023611ea8d84ad286 Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Wed, 15 Jun 2022 19:59:08 +0800 Subject: [PATCH] build without rubypick Signed-off-by: Chunmei Xu --- ruby.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ruby.spec b/ruby.spec index 21ed6c3..3e656b6 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 -- Gitee