From 417309aa453cf17a4df740a660aca540fc31c73a Mon Sep 17 00:00:00 2001 From: shixuantong Date: Thu, 22 Sep 2022 15:40:38 +0800 Subject: [PATCH] remove duplicated bigdecimal.rb file (cherry picked from commit b18c138b54726a9139353b99edeba87563f7b400) --- ruby.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ruby.spec b/ruby.spec index ace1804..4552145 100644 --- a/ruby.spec +++ b/ruby.spec @@ -33,7 +33,7 @@ Name: ruby Version: %{ruby_version} -Release: 126 +Release: 127 Summary: Object-oriented scripting language interpreter License: (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD URL: https://www.ruby-lang.org/en/ @@ -784,7 +784,7 @@ make runruby TESTRUN_SCRIPT=%{SOURCE13} %{_mandir}/man1/ruby* %files -n rubygem-bigdecimal -%{ruby_libdir}/bigdecimal* +%{ruby_libdir}/bigdecimal %{ruby_libarchdir}/bigdecimal.so* %{_libdir}/gems/%{name}/bigdecimal-3.0.0 %{gem_dir}/gems/bigdecimal-3.0.0 @@ -1188,6 +1188,9 @@ make runruby TESTRUN_SCRIPT=%{SOURCE13} %doc %{gem_dir}/gems/typeprof-%{typeprof_version}/testbed %changelog +* Thu Sep 22 2022 shixuantong - 3.0.3-127 +- remove duplicated bigdecimal.rb file + * Thu Sep 22 2022 shixuantong - 3.0.3-126 - fix build failure caused by command eu-readelf not found