From 205656b3ea5e9f34f3b0c387110e959d61e4f097 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Thu, 13 Jun 2024 10:29:04 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit 6b6c11e51088ad5c4fb72d1c7fc720fb7f57a5b9) --- apache-poi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-poi.spec b/apache-poi.spec index 6cb92fb..c3b7b42 100644 --- a/apache-poi.spec +++ b/apache-poi.spec @@ -1,9 +1,9 @@ %global reldate 20170915 Name: apache-poi Version: 3.17 -Release: 3 +Release: 4 Summary: The Java API for Microsoft Documents -License: ASL 2.0 and (CC-BY and CC-BY-SA and W3C) and GPLv3 +License: Apache-2.0 and (CC-BY-3.0 and CC-BY-SA-4.0 and W3C) and GPLv3 URL: http://poi.apache.org/ Source0: http://archive.apache.org/dist/poi/release/src/poi-src-%{version}-%{reldate}.tar.gz # These two zip files renamed after download @@ -136,6 +136,9 @@ done %license LICENSE NOTICE %changelog +* Thu Jun 13 2024 wangkai <13474090681@163.com> - 3.17-4 +- License compliance rectification + * Mon Dec 18 2023 Ge Wang - 3.17-3 - Fix build failure due to openjdk introduced a incomplete patch -- Gitee