diff --git a/build-against-surefire-2.21.patch b/build-against-surefire-2.21.patch index 6a40fd0..baeca9f 100644 --- a/build-against-surefire-2.21.patch +++ b/build-against-surefire-2.21.patch @@ -115,7 +115,7 @@ index 991edc1..83732d5 100644 + jars/surefire-api-2.21.0.jar, + jars/surefire-logger-api-2.21.0.jar, + jars/maven-surefire-common-2.21.0.jar, -+ jars/plexus-utils-3.0.jar ++ jars/maven-shared-utils-3.2.1.jar Bundle-Name: Tycho Surefire OSGi Booter Eclipse Application Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.eclipse.tycho.surefire.osgibooter;singleton:=true @@ -140,9 +140,9 @@ index 82700eb..3fbc3a3 100644 ${surefire-version} + -+ org.codehaus.plexus -+ plexus-utils -+ 3.0 ++ org.apache.maven.shared ++ maven-shared-utils ++ 3.2.1 + diff --git a/tycho.spec b/tycho.spec index befe748..6f4f088 100644 --- a/tycho.spec +++ b/tycho.spec @@ -22,7 +22,7 @@ Name: tycho Version: 1.2.0 -Release: 0.4.git5d018bb%{?dist} +Release: 0.5.git5d018bb%{?dist} Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven # license file is missing but all files having some licensing information are ASL 2.0 @@ -366,6 +366,10 @@ ln -s %{_javadir}/tycho/org.fedoraproject.p2.jar %{buildroot}${xmvn_libdir}/inst %files javadoc -f .mfiles-javadoc %changelog +* Wed May 09 2018 Mat Booth - 1.2.0-0.5.git5d018bb +- Surefure now used maven-shared-utils instead of plexus-utils, fixes test runs + in other packages + * Thu May 03 2018 Mat Booth - 1.2.0-0.4.git5d018bb - Add a proper patch for ebz#534255