From 4f6ea98a613384037d5b06f4ef2ddcdef714f749 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Sat, 4 Feb 2023 17:04:29 +0800 Subject: [PATCH] remove old libruby.so file --- ruby.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ruby.spec b/ruby.spec index 1e42808..87c4daa 100644 --- a/ruby.spec +++ b/ruby.spec @@ -40,7 +40,7 @@ Name: ruby Version: %{ruby_version} -Release: 128 +Release: 129 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/ @@ -537,7 +537,6 @@ echo 'doc/pty' >> .ruby-doc.ja sed -i 's/^/%doc /' .ruby-doc.* sed -i 's/^/%lang(ja) /' .ruby-doc.ja -cp -a %{_libdir}/libruby.so.3.0* $RPM_BUILD_ROOT%{_libdir} %check @@ -1220,6 +1219,9 @@ make runruby TESTRUN_SCRIPT=%{SOURCE13} %{gem_dir}/specifications/prime-%{prime_version}.gemspec %changelog +* Sat Feb 04 2023 shixuantong - 3.1.3-129 +- remove old libruby.so file + * Sat Feb 04 2023 shixuantong - 3.1.3-128 - add zlib-devel to buildrequires