From f5ec684bbba00bdae4612357f2f56d3c5e215b9f Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Wed, 11 May 2022 17:14:21 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit 5d45dd8ba4a0e872f59f36dd1375dd70f96b0cb5) --- jacoco.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jacoco.spec b/jacoco.spec index 54eec9c..5b46c4d 100644 --- a/jacoco.spec +++ b/jacoco.spec @@ -1,8 +1,8 @@ Name: jacoco Version: 0.7.8 -Release: 1 +Release: 2 Summary: Java Code Coverage for Eclipse -License: EPL +License: EPL-1.0 and Apache-2.0 URL: http://www.eclemma.org/jacoco/ Source0: https://github.com/jacoco/jacoco/archive/v%{version}.tar.gz Source1: EnchancedManifest.mf @@ -88,5 +88,8 @@ echo %{name} %{name}/org.jacoco.ant objectweb-asm/asm-debug-all > %{buildroot}%{ %files javadoc -f .mfiles-javadoc %changelog +* Wed May 11 2022 liyanan - 0.7.8-2 +- License compliance rectification + * Fri Aug 28 2020 wutao - 0.7.8-1 - Package init