From b510b6ee1bda74148db63f75848987bddc997a62 Mon Sep 17 00:00:00 2001 From: chenyx2012 <975102023@qq.com> Date: Wed, 29 Jun 2022 06:42:15 +0000 Subject: [PATCH] License compliance rectification (cherry picked from commit 1811cf0a9b241131ccdc89e06e969ac085fc86e3) --- jboss-connector-1.6-api.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jboss-connector-1.6-api.spec b/jboss-connector-1.6-api.spec index f829f3b..0794d63 100644 --- a/jboss-connector-1.6-api.spec +++ b/jboss-connector-1.6-api.spec @@ -2,9 +2,9 @@ %global namedversion %{version}%{?namedreltag} Name: jboss-connector-1.6-api Version: 1.0.1 -Release: 1 +Release: 2 Summary: Connector Architecture 1.6 API -License: CDDL or GPLv2 with exceptions +License: CDDL-1.1 or GPLv2 with exceptions URL: http://www.jboss.org Source0: https://github.com/jboss/jboss-connector-api_spec/archive/jboss-connector-api_1.6_spec-%{namedversion}.tar.gz BuildRequires: maven-local mvn(org.apache.felix:maven-bundle-plugin) @@ -39,5 +39,8 @@ This package contains the API documentation for %{name}. %license LICENSE %changelog +* Wed Jun 29 2022 Chenyx - 1.0.1-2 +- License compliance rectification + * Fri Jul 24 2020 Jeffery.Gao - 1.0.1-1 - Package init