diff --git a/aether.spec b/aether.spec index cceca43..777d374 100644 --- a/aether.spec +++ b/aether.spec @@ -3,7 +3,7 @@ Name: aether Epoch: 1 Version: 1.0.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Library to resolve, install and deploy artifacts the Maven way License: EPL URL: http://eclipse.org/aether @@ -151,6 +151,9 @@ rm -rf aether-transport-http/src/test # of Guice dependency was changed from "compile" to "provided". %pom_add_dep com.google.inject:guice::provided . "no_aop" +# Fix OSGi dep on http-core +sed -i -e '/http/s/4.4/4.6/' aether-transport-http/pom.xml + %build %mvn_build -s @@ -179,6 +182,9 @@ rm -rf aether-transport-http/src/test %doc epl-v10.html notice.html %changelog +* Fri Aug 25 2017 Mat Booth - 1:1.0.2-6 +- Fix broken OSGi dep on http-core + * Fri Feb 10 2017 Fedora Release Engineering - 1:1.0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild