From 86a915ec192ba4c3e72fe0ec10952360b46ec12c Mon Sep 17 00:00:00 2001 From: shixuantong Date: Fri, 30 Aug 2024 15:00:15 +0800 Subject: [PATCH] license compliance rectification --- ruby.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ruby.spec b/ruby.spec index 3a2b2f9..e06b3e1 100644 --- a/ruby.spec +++ b/ruby.spec @@ -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 - 2.5.8-128 +- license compliance rectification + * Fri Aug 09 2024 zhangxianting - 2.5.8-127 - fix CVE-2024-41946