From 7d8fa8289299a11c289e1cfef82c141da2db143f Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Mon, 18 Jan 2021 16:33:42 +0800 Subject: [PATCH] Modify license information --- gmetric4j.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gmetric4j.spec b/gmetric4j.spec index c0d3371..565ecee 100644 --- a/gmetric4j.spec +++ b/gmetric4j.spec @@ -1,8 +1,8 @@ Name: gmetric4j Version: 1.0.10 -Release: 1 +Release: 2 Summary: JVM instrumentation to Ganglia -License: BSD +License: BSD and MIT URL: https://github.com/ganglia/gmetric4j Source0: https://github.com/ganglia/gmetric4j/archive/%{version}.tar.gz BuildRequires: maven-local mvn(junit:junit) mvn(org.acplt.remotetea:remotetea-oncrpc) @@ -55,5 +55,8 @@ rm -r src/test/java/info/ganglia/gmetric4j/gmetric/GMetricIT.java %license COPYING %changelog +* Mon Jan 18 2021 caodongxia - 1.0.10-2 +- Modify license information. + * Sat Aug 15 2020 Ge Wang - 1.0.10-1 - Package init