From 377208b2d00e9d9307a31b641760e5907f582547 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Wed, 11 May 2022 16:39:37 +0800 Subject: [PATCH] License compliance rectification --- jboss-jms-1.1-api.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jboss-jms-1.1-api.spec b/jboss-jms-1.1-api.spec index d1a4887..2300e0a 100644 --- a/jboss-jms-1.1-api.spec +++ b/jboss-jms-1.1-api.spec @@ -2,9 +2,9 @@ %global namedversion %{version}%{?namedreltag} Name: jboss-jms-1.1-api Version: 1.0.1 -Release: 1 +Release: 2 Summary: JBoss JMS API 1.1 Spec -License: CDDL or GPLv2 with exceptions +License: CDDL-1.0 or GPL-2.0-with-classpath-exception URL: http://www.jboss.org # git clone git://github.com/jboss/jboss-jms-api_spec.git jboss-jms-1.1-api # cd jboss-jms-1.1-api/ && git archive --format=tar --prefix=jboss-jms-1.1-api jboss-jms-api_1.1_spec-1.0.1.Final | xz > jboss-jms-1.1-api-1.0.1.Final.tar.xz @@ -39,5 +39,8 @@ This package contains the API documentation for jboss-jms-1.1-api. %license LICENSE %changelog +* Wed May 11 2022 liyanan - 1.0.1-2 +- License compliance rectification + * Mon Aug 17 2020 yaokai - 1.0.1-1 - Package init