diff --git a/jgit.spec b/jgit.spec index 9b5d3b4..4553cb1 100644 --- a/jgit.spec +++ b/jgit.spec @@ -2,7 +2,7 @@ Name: jgit Version: 5.7.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A pure java implementation of git # We don't ship the EPL-licensed Eclipse features in this package @@ -69,7 +69,7 @@ rm .mvn/maven.config %pom_xpath_remove "pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:dependencies" pom.xml # Use newer Felix dep -%pom_change_dep -r org.osgi:org.osgi.core org.osgi:osgi.core:provided +%pom_change_dep -r org.osgi:org.osgi.core org.osgi:osgi.core:\${osgi-core-version}:provided # Remove unnecessary plugins for RPM builds %pom_disable_module org.eclipse.jgit.coverage @@ -132,6 +132,9 @@ EOF %license LICENSE %changelog +* Fri May 15 2020 Mat Booth - 5.7.0-3 +- Fix erroneous dep on osgi.core with provided scope + * Sun Mar 22 2020 Mat Booth - 5.7.0-2 - Relax dep on junit