From f8876c0c6439c3d73fed826ee20a7ae23e5a80fd Mon Sep 17 00:00:00 2001 From: lauk Date: Wed, 18 May 2022 11:44:21 +0800 Subject: [PATCH] License compliance rectification --- flume.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/flume.spec b/flume.spec index 0c490a3..8560bde 100644 --- a/flume.spec +++ b/flume.spec @@ -1,9 +1,9 @@ Name: flume Version: 1.9.0 -Release: 1 +Release: 2 Summary: Apache Flume is a distributed, reliable, and availble service for efficiently collecting, aggregating, and moving large amounts of log data. -License: Apache 2.0 +License: Public Domain and MIT and Apache-2.0 URL: https://github.com/apache/flume Source0: https://github.com/apache/%{name}/archive/refs/tags/release-%{version}-rc3.tar.gz @@ -95,5 +95,8 @@ popd %dir %{_javadir}/%{name} %changelog +* Wed May 18 2022 liukuo - 1.9.0-2 +- License compliance rectification + * Tue Apr 13 2021 Ge Wang 1.9.0-1 - Init package