From 8c74d49f836eb646c37442b3c3c2ba63df32b62c Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Tue, 10 May 2022 16:10:08 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit 631375051e9454bde8ec2d90f720f5d93b563d7c) --- hibernate-jpa-2.0-api.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hibernate-jpa-2.0-api.spec b/hibernate-jpa-2.0-api.spec index fbf8aaa..c058362 100644 --- a/hibernate-jpa-2.0-api.spec +++ b/hibernate-jpa-2.0-api.spec @@ -2,9 +2,9 @@ %global namedversion %{version}%{?namedreltag} Name: hibernate-jpa-2.0-api Version: 1.0.1 -Release: 1 +Release: 2 Summary: Java Persistence 2.0 (JSR 317) API -License: EPL and BSD +License: EPL-1.0 URL: http://www.hibernate.org/ # svn export http://anonsvn.jboss.org/repos/hibernate/jpa-api/tags/hibernate-jpa-2.0-api-1.0.1.Final/ hibernate-jpa-2.0-api-1.0.1.Final # tar -zcvf hibernate-jpa-2.0-api-1.0.1.Final.tar.gz hibernate-jpa-2.0-api-1.0.1.Final @@ -44,5 +44,8 @@ sed -i 's/\r//' target/site/apidocs/jdstyle.css %license license.txt %changelog +* Tue May 10 2022 liyanan - 1.0.1-2 +- License compliance rectification + * Sat Aug 22 2020 Jeffery.Gao - 1.0.1-1 - package init -- Gitee