fix build failure caused by command eu-readelf not found
This commit is contained in:
parent
e53eb21176
commit
bcb86ae3dd
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user