License compliance rectification
(cherry picked from commit cf291973bd4ced66e72fa63893bf03b58c4be698)
This commit is contained in:
parent
ffd34c7a12
commit
d189b9e6b1
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
Name: ruby
|
Name: ruby
|
||||||
Version: %{ruby_version}
|
Version: %{ruby_version}
|
||||||
Release: 143
|
Release: 144
|
||||||
Summary: Object-oriented scripting language interpreter
|
Summary: Object-oriented scripting language interpreter
|
||||||
License: (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD
|
License: (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD
|
||||||
URL: https://www.ruby-lang.org/en/
|
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
|
%package -n rubygem-rdoc
|
||||||
Summary: Generate HTML and command-line documentation for Ruby projects
|
Summary: Generate HTML and command-line documentation for Ruby projects
|
||||||
Version: %{rdoc_version}
|
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}
|
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}
|
Provides: rdoc = %{version}-%{release} ri = %{version}-%{release} rubygem(rdoc) = %{version}-%{release}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -884,6 +884,9 @@ make runruby TESTRUN_SCRIPT=%{SOURCE13}
|
|||||||
%{gem_dir}/specifications/matrix-%{matrix_version}.gemspec
|
%{gem_dir}/specifications/matrix-%{matrix_version}.gemspec
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 08 2024 zhangxianting <zhangxianting@uniontech.com> - 3.2.2-143
|
||||||
- fix CVE-2024-41946
|
- fix CVE-2024-41946
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user