From 84168dddbceb053d80cf61e755e5c93633935f55 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Fri, 14 Jun 2024 14:40:29 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit a861658d38868e983078173f6cc9bbd5783b7f03) --- openjpa.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openjpa.spec b/openjpa.spec index 26ced47..b811aea 100644 --- a/openjpa.spec +++ b/openjpa.spec @@ -1,9 +1,9 @@ %global with_tests 0 Name: openjpa Version: 2.4.1 -Release: 5 +Release: 6 Summary: Java Persistence 2.0 API -License: BSD and Apache-2.0 and CDDL and GPLv2+ +License: BSD and Apache-2.0 and CDDL-1.0 and GPLv2+ Url: http://openjpa.apache.org/ Source0: http://archive.apache.org/dist/openjpa/%{version}/%{name}-parent-%{version}-source-release.zip Patch0: %{name}-2.3.0-remove-WASRegistryManagedRuntime.patch @@ -156,6 +156,9 @@ install -p -m 644 %{name}-ant %{buildroot}%{_sysconfdir}/ant.d/%{name} %license LICENSE NOTICE %changelog +* Thu Jun 13 2024 wangkai <13474090681@163.com> - 2.4.1-6 +- License compliance rectification + * Fri Aug 18 2023 Ge Wang - 2.4.1-5 - Fix build failure due to buildnumber-maven-plugin updated