From d70a097f622237e80c142ec00bbe54b93c83b4f7 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Tue, 27 Sep 2016 02:25:35 +0200 Subject: [PATCH] Add felix-scr-annotations to classpath --- aqute-bnd.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/aqute-bnd.spec b/aqute-bnd.spec index 630cf4b..9f29e90 100644 --- a/aqute-bnd.spec +++ b/aqute-bnd.spec @@ -1,6 +1,6 @@ Name: aqute-bnd Version: 3.2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: BND Tool License: ASL 2.0 URL: http://bnd.bndtools.org/ @@ -155,9 +155,9 @@ popd %mvn_install install -d -m 755 %{buildroot}%{_sysconfdir}/ant.d -echo "aqute-bnd slf4j/api slf4j/simple" >%{buildroot}%{_sysconfdir}/ant.d/%{name} +echo "aqute-bnd slf4j/api slf4j/simple felix/org.apache.felix.scr.annotations" >%{buildroot}%{_sysconfdir}/ant.d/%{name} -%jpackage_script aQute.bnd.main.bnd "" "" aqute-bnd:slf4j/slf4j-api:slf4j/slf4j-simple bnd 1 +%jpackage_script aQute.bnd.main.bnd "" "" aqute-bnd:slf4j/slf4j-api:slf4j/slf4j-simple:felix/org.apache.felix.scr.annotations bnd 1 %files -f .mfiles %license LICENSE @@ -173,6 +173,9 @@ echo "aqute-bnd slf4j/api slf4j/simple" >%{buildroot}%{_sysconfdir}/ant.d/%{name %license LICENSE %changelog +* Tue Sep 27 2016 Mikolaj Izdebski - 3.2.0-5 +- Add felix-scr-annotations to classpath + * Mon Sep 26 2016 Michael Simacek - 3.2.0-4 - Use felix-annotations