diff --git a/ruby.spec b/ruby.spec index cd786154b17d94bc1d7291ff747c165f89600fff..2227b81d5be68fa7fb60a6253fddbb632ecb2ed1 100644 --- a/ruby.spec +++ b/ruby.spec @@ -33,7 +33,7 @@ Name: ruby Version: %{ruby_version} -Release: 143 +Release: 144 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/ @@ -188,7 +188,7 @@ The irb is acronym for Interactive Ruby,It evaluates ruby expression from the te %package -n rubygem-rdoc Summary: Generate HTML and command-line documentation for Ruby projects Version: %{rdoc_version} -License: GPLv2 and Ruby and MIT and OFL +License: GPLv2 and Ruby and MIT and OFL-1.1-RFN Requires: ruby(release) ruby(rubygems) >= %{rubygems_version} ruby(irb) = %{ruby_version} rubygem(io-console) >= %{io_console_version} rubygem(json) >= %{json_version} Provides: rdoc = %{version}-%{release} ri = %{version}-%{release} rubygem(rdoc) = %{version}-%{release} BuildArch: noarch @@ -884,6 +884,9 @@ make runruby TESTRUN_SCRIPT=%{SOURCE13} %{gem_dir}/specifications/matrix-%{matrix_version}.gemspec %changelog +* Wed Aug 14 2024 wangjiang - 3.2.2-144 +- License compliance rectification + * Thu Aug 08 2024 zhangxianting - 3.2.2-143 - fix CVE-2024-41946