From fd89c414772c50e313e7935ee978a625f598d789 Mon Sep 17 00:00:00 2001 From: chenyx2012 <975102023@qq.com> Date: Thu, 30 Jun 2022 06:48:40 +0000 Subject: [PATCH] License compliance rectification (cherry picked from commit 83e5cc7f68d5741c39d26b46da043f3f4c978bbc) --- jboss-jstl-1.2-api.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jboss-jstl-1.2-api.spec b/jboss-jstl-1.2-api.spec index e34744b..9bda99f 100644 --- a/jboss-jstl-1.2-api.spec +++ b/jboss-jstl-1.2-api.spec @@ -4,9 +4,9 @@ %global oname jboss-jstl-api_1.2_spec Name: jboss-jstl-1.2-api Version: 1.1.4 -Release: 1 +Release: 2 Summary: JSP Standard Template Library 1.2 API -License: ASL 2.0 and (CDDL or GPLv2 with exceptions) +License: ASL 2.0 and (CDDL-1.1 or GPLv2 with exceptions) URL: https://github.com/jboss/jboss-jstl-api_spec Source0: https://github.com/jboss/jboss-jstl-api_spec/archive/%{oname}-%{namedversion}.tar.gz BuildRequires: maven-local mvn(junit:junit) mvn(org.apache.felix:maven-bundle-plugin) @@ -44,6 +44,9 @@ This package contains the API documentation for %{name}. %license LICENSE README %changelog +* Thu Jun 30 2022 Chenyx - 1.1.4-2 +- License compliance rectification + * Thu May 26 2022 houyingchao - 1.1.4-1 - Upgrade to 1.1.4 version