From 3ecc14533d68096dab7d1296e72371f1a119e229 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Tue, 10 May 2022 19:55:29 +0800 Subject: [PATCH] License compliance rectification --- xstream.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xstream.spec b/xstream.spec index d6fbac8..df532d1 100644 --- a/xstream.spec +++ b/xstream.spec @@ -1,9 +1,9 @@ %bcond_with jp_minimal Name: xstream Version: 1.4.18 -Release: 2 +Release: 3 Summary: Java XML serialization library -License: BSD +License: BSD-3-Clause URL: http://x-stream.github.io/ BuildArch: noarch Source0: http://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream-distribution/%{version}/xstream-distribution-%{version}-src.zip @@ -134,6 +134,9 @@ mvn install --settings ./settings.xml -Dmaven.test.skip=true %license LICENSE.txt %changelog +* Tue May 10 2022 wangkai - 1.4.18-3 +- License compliance rectification + * Mon Feb 7 2022 wangkai - 1.4.18-2 - Fix CVE-2021-43859 -- Gitee