diff --git a/hibernate-jpa-2.0-api.spec b/hibernate-jpa-2.0-api.spec index fbf8aaac95126154d5a6679bef026e4b7ff2184e..c058362e52a2350a6ee11e68cd4c4db10b7359a7 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