From 9f6dbf4cffc223c916e1ee5276bee285d2eb3780 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Wed, 11 May 2022 16:38:06 +0800 Subject: [PATCH] License compliance rectification --- jboss-el-2.2-api.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jboss-el-2.2-api.spec b/jboss-el-2.2-api.spec index 0cd2f3f..00eead7 100644 --- a/jboss-el-2.2-api.spec +++ b/jboss-el-2.2-api.spec @@ -2,9 +2,9 @@ %global namedversion %{version}%{?namedreltag} Name: jboss-el-2.2-api Version: 1.0.2 -Release: 1 +Release: 2 Summary: Expression Language 2.2 API -License: CDDL or GPLv2 with exceptions +License: CDDL-1.0 or GPL-2.0-with-classpath-exception URL: http://www.jboss.org BuildArch: noarch Source0: https://github.com/jboss/jboss-el-api_spec/archive/%{namedversion}.tar.gz @@ -36,5 +36,8 @@ This package contains the API documentation for %{name}. %license LICENSE %changelog +* Wed May 11 2022 liyanan - 1.0.2-2 +- License compliance rectification + * Mon Nov 2 2020 huanghaitao - 1.0.2-1 - package init -- Gitee