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