From e5b9f69a8da57edf4d447c1ab0bfcd241e838962 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Thu, 13 Jun 2024 10:54:05 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit be9729722180f55c9da6ef5f115f5a7932e2a461) --- mojarra.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mojarra.spec b/mojarra.spec index 6303f9f..733bc8b 100644 --- a/mojarra.spec +++ b/mojarra.spec @@ -1,8 +1,8 @@ Name: mojarra Version: 2.2.13 -Release: 2 +Release: 3 Summary: JSF Reference Implementation -License: CDDL or GPLv2 with exceptions +License: CDDL-1.0 or GPLv2 with exceptions URL: http://javaserverfaces.java.net Source0: https://github.com/javaserverfaces/mojarra/archive/%{version}/mojarra-%{version}.tar.gz Source1: http://repo1.maven.org/maven2/com/sun/faces/jsf-api/%{version}/jsf-api-%{version}.pom @@ -145,6 +145,9 @@ cp -rp jsf-ri/build/javadocs/* %{buildroot}%{_javadocdir}/mojarra/jsf-impl/. %license LICENSE %changelog +* Thu Jun 13 2024 wulei - 2.2.13-3 +- Regulate license information + * Thu Jun 10 2021 wutao - 2.2.13-2 - fix CVE-2020-6950 -- Gitee