From 6446e301f3cdf9930f8dcd6e2cfbbcfdc6b38982 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Tue, 24 Jul 2018 10:50:40 +0200 Subject: [PATCH] Declare bundled objectweb-asm, fix license tag --- sisu.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/sisu.spec b/sisu.spec index b386554..6c0a353 100644 --- a/sisu.spec +++ b/sisu.spec @@ -5,9 +5,11 @@ Name: sisu Epoch: 1 Version: 0.3.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Eclipse dependency injection framework -License: EPL-1.0 +# sisu is EPL-1.0 +# bundled asm is BSD +License: EPL-1.0 and BSD URL: http://eclipse.org/sisu Source0: http://git.eclipse.org/c/%{name}/org.eclipse.%{name}.inject.git/snapshot/%{reltype}s/%{version}%{?reltag}.tar.bz2#/org.eclipse.%{name}.inject-%{version}%{?reltag}.tar.bz2 @@ -38,6 +40,8 @@ BuildRequires: mvn(org.osgi:osgi.core) BuildRequires: mvn(org.slf4j:slf4j-api) BuildRequires: mvn(org.testng:testng) +Provides: bundled(objectweb-asm) + %description Java dependency injection framework with backward support for plexus and bean @@ -98,6 +102,10 @@ cp %{SOURCE102} sisu-plexus/pom.xml %changelog +* Tue Jul 24 2018 Michael Simacek - 1:0.3.3-6 +- Declare bundled objectweb-asm +- Fix license tag to include BSD for asm + * Sat Jul 14 2018 Fedora Release Engineering - 1:0.3.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild