From 17f987731a5fc8b9044425556e6b99f2a5cc339b Mon Sep 17 00:00:00 2001 From: chen-jan Date: Mon, 9 May 2022 09:17:53 +0000 Subject: [PATCH] License compliance rectification (cherry picked from commit 6ca6411113f8551466dd1d6d57e80047e7b7eeef) --- apache-commons-math.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-commons-math.spec b/apache-commons-math.spec index 4469a1c..2a3b0ae 100644 --- a/apache-commons-math.spec +++ b/apache-commons-math.spec @@ -1,9 +1,9 @@ %global short_name commons-math3 Name: apache-commons-math Version: 3.4.1 -Release: 1 +Release: 2 Summary: Java library of lightweight mathematics and statistics components -License: ASL 1.1 and ASL 2.0 and BSD +License: Apache-1.1 and Apache-2.0 and BSD-3-Clause URL: http://commons.apache.org/math/ Source0: http://archive.apache.org/dist/commons/math/source/%{short_name}-%{version}-src.tar.gz Patch1: %{name}-3.4.1-RHBZ1402145.patch @@ -40,5 +40,8 @@ This package contains the API documentation for %{name}. %doc LICENSE.txt NOTICE.txt %changelog +* Mon May 09 2022 chenchen - 3.4.1-2 +- License compliance rectification + * Tue Jul 28 2020 shaoqiang kang - 3.4.1-1 - Package init