diff --git a/aqute-bnd.spec b/aqute-bnd.spec index 5db6b40..fa041ba 100644 --- a/aqute-bnd.spec +++ b/aqute-bnd.spec @@ -1,6 +1,6 @@ Name: aqute-bnd Version: 3.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: BND Tool License: ASL 2.0 URL: http://bnd.bndtools.org/ @@ -157,7 +157,7 @@ popd %mvn_install install -d -m 755 %{buildroot}%{_sysconfdir}/ant.d -echo "aqute-bnd slf4j/api slf4j/simple felix/org.apache.felix.scr.annotations" >%{buildroot}%{_sysconfdir}/ant.d/%{name} +echo "aqute-bnd slf4j/api slf4j/simple osgi-annotation osgi-core osgi-compendium" >%{buildroot}%{_sysconfdir}/ant.d/%{name} %jpackage_script aQute.bnd.main.bnd "" "" aqute-bnd:slf4j/slf4j-api:slf4j/slf4j-simple:osgi-annotation:osgi-core:osgi-compendium bnd 1 @@ -175,6 +175,9 @@ echo "aqute-bnd slf4j/api slf4j/simple felix/org.apache.felix.scr.annotations" > %license LICENSE %changelog +* Thu Oct 06 2016 Michael Simacek - 3.3.0-2 +- Fix ant.d classpath + * Thu Sep 29 2016 Michael Simacek - 3.3.0-1 - Update to upstream version 3.3.0 - Build against osgi-{core,compendium}