From 90fc9c8ca03fc1467c800e7c66ba471c6d9f330b Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Thu, 13 Jun 2024 10:51:54 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit bbcc1e7f692fc5444bce2fe8418491e57e8da92d) --- 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..a96b505 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 GPLv2 with exceptions 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 +* Thu Jun 13 2024 wulei - 1.0.2-2 +- Regulate license information + * Mon Nov 2 2020 huanghaitao - 1.0.2-1 - package init -- Gitee