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