From 8a113a6569700b814080722517fee84179ea872d Mon Sep 17 00:00:00 2001 From: chen-jan Date: Wed, 11 May 2022 12:38:45 +0000 Subject: [PATCH] License compliance rectification --- jboss-jsf-2.1-api.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jboss-jsf-2.1-api.spec b/jboss-jsf-2.1-api.spec index eab2773..337b1f3 100644 --- a/jboss-jsf-2.1-api.spec +++ b/jboss-jsf-2.1-api.spec @@ -2,9 +2,9 @@ %global namedversion %{version}%{?namedreltag} Name: jboss-jsf-2.1-api Version: 2.0.2 -Release: 1 +Release: 2 Summary: JavaServer Faces 2.1 API -License: CDDL or GPLv2 with exceptions +License: CDDL-1.1 or GPL-2.0-with-classpath-exception URL: http://www.jboss.org Source0: https://github.com/jboss/jboss-jsf-api_spec/archive/jboss-jsf-api_2.1_spec-%{namedversion}.tar.gz Patch0: %{name}-fix-fsf-address.patch @@ -43,5 +43,8 @@ This package contains the API documentation for %{name}. %doc README %changelog +* Wed May 11 2022 chenchen - 2.0.2-2 +- License compliance rectification + * Sat Aug 1 2020 yanan li - 2.0.2-1 - Package init -- Gitee