license compliance rectification

This commit is contained in:
shixuantong 2024-08-30 15:00:15 +08:00
parent 21c99c7ebb
commit 86a915ec19

View File

@ -1,6 +1,6 @@
Name: ruby
Version: 2.5.8
Release: 127
Release: 128
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/
@ -145,7 +145,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: 6.0.1.1
License: GPLv2 and Ruby and MIT and OFL
License: GPLv2 and Ruby and MIT and OFL-1.1-RFN
Requires: ruby(release) ruby(rubygems) >= 2.7.6 ruby(irb) = 2.5.8 rubygem(io-console) >= 0.4.6 rubygem(json) >= 2.1.0
Provides: rdoc = %{version}-%{release} ri = %{version}-%{release} rubygem(rdoc) = %{version}-%{release}
BuildArch: noarch
@ -609,6 +609,9 @@ make runruby TESTRUN_SCRIPT=%{SOURCE13}
%exclude %{gem_dir}/gems/xmlrpc-0.3.0/.*
%changelog
* Fri Aug 30 2024 shixuantong <shixuantong1@huawei.com> - 2.5.8-128
- license compliance rectification
* Fri Aug 09 2024 zhangxianting <zhangxianting@uniontech.com> - 2.5.8-127
- fix CVE-2024-41946