From 7ae6a709fdf85bc5945ad9f2e722b847c00e4c33 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Thu, 6 Oct 2016 11:26:11 +0200 Subject: [PATCH] Fix ant.d classpath --- aqute-bnd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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}