From a010024114571d11d21cf41b95d801b52a472f06 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Thu, 22 Sep 2022 14:44:33 +0800 Subject: [PATCH] fix build failure caused by command eu-readelf not found --- ruby.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ruby.spec b/ruby.spec index e590a14..c6476ec 100644 --- a/ruby.spec +++ b/ruby.spec @@ -1,6 +1,6 @@ Name: ruby Version: 2.5.8 -Release: 116 +Release: 117 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/ @@ -59,7 +59,7 @@ Recommends: ruby(rubygems) >= 2.7.6 rubygem(bigdecimal) >= 1.3.4 Recommends: rubygem(did_you_mean) >= 1.2.0 rubygem(openssl) >= 2.1.0 Requires: %{name}-help = %{version}-%{release} BuildRequires: autoconf gdbm-devel gmp-devel libffi-devel openssl-devel libyaml-devel readline-devel -BuildRequires: procps git gcc systemtap-sdt-devel cmake +BuildRequires: procps git gcc systemtap-sdt-devel cmake elfutils-extra %description Ruby is a fast and easy interpreted scripting language for object-oriented programming. @@ -583,6 +583,9 @@ make runruby TESTRUN_SCRIPT=%{SOURCE13} %exclude %{gem_dir}/gems/xmlrpc-0.3.0/.* %changelog +* Thu Sep 22 2022 shixuantong - 2.5.8-117 +- fix build failure caused by command eu-readelf not found + * Fri May 27 2022 shixuantong - 2.5.8-116 - fix CVE-2022-28739 -- Gitee