!87 fix build failure caused by command eu-readelf not found

From: @tong_1001 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-09-22 07:15:36 +00:00 committed by Gitee
commit dd57ebae5a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -33,7 +33,7 @@
Name: ruby
Version: %{ruby_version}
Release: 124
Release: 125
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/
@ -192,7 +192,7 @@ Suggests: rubypick
Recommends: ruby(rubygems) >= %{rubygems_version} rubygem(bigdecimal) >= %{bigdecimal_version}
Recommends: rubygem(did_you_mean) >= 1.2.0 rubygem(openssl) >= %{openssl_version}
BuildRequires: autoconf gdbm-devel gmp-devel libffi-devel openssl-devel libyaml-devel readline-devel
BuildRequires: procps git gcc systemtap-sdt-devel cmake perl ruby
BuildRequires: procps git gcc systemtap-sdt-devel cmake perl ruby elfutils-extra
%description
Ruby is a fast and easy interpreted scripting language for object-oriented programming.
@ -1188,6 +1188,9 @@ make runruby TESTRUN_SCRIPT=%{SOURCE13}
%doc %{gem_dir}/gems/typeprof-%{typeprof_version}/testbed
%changelog
* Thu Sep 22 2022 shixuantong <shixuantong1@huawei.com> - 3.0.3-125
- fix build failure caused by command eu-readelf not found
* Fri Jul 01 2022 wangjiang <wangjiang37@h-partners.com> - 3.0.3-124
- fix CVE-2019-19204 CVE-2019-19246 CVE-2019-16161 CVE-2019-16162 CVE-2019-16163