License compliance rectification

(cherry picked from commit cf291973bd4ced66e72fa63893bf03b58c4be698)
This commit is contained in:
wangjiang 2024-08-14 15:13:45 +08:00 committed by openeuler-sync-bot
parent ffd34c7a12
commit d189b9e6b1

View File

@ -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 <wangjiang37@h-partners.com> - 3.2.2-144
- License compliance rectification
* Thu Aug 08 2024 zhangxianting <zhangxianting@uniontech.com> - 3.2.2-143
- fix CVE-2024-41946