diff --git a/eclipse-m2e-core.spec b/eclipse-m2e-core.spec index 54d418f..b985f09 100644 --- a/eclipse-m2e-core.spec +++ b/eclipse-m2e-core.spec @@ -2,7 +2,7 @@ Name: eclipse-m2e-core Version: 1.7.1 -Release: 0.3.git3aeac6a%{?dist} +Release: 0.4.git3aeac6a%{?dist} Summary: Maven integration for Eclipse # Most of components are under EPL, but some of them are licensed under @@ -141,7 +141,10 @@ BuildRequires: osgi(org.eclipse.wst.xsd.core) BuildRequires: osgi(org.junit) # Maven POM doesn't require maven-parent -BuildRequires: maven-parent +BuildRequires: maven-parent + +# Install plugin is invoked explicitly from the spec file +BuildRequires: maven-install-plugin # Bundle requires are auto-generated, but explicit requires are needed # for symlinks to JARs installed by other packages. After installing @@ -309,6 +312,9 @@ xmvn-subst -s $(find %{buildroot}%{_datadir}/eclipse/droplets/m2e-core -name jar %changelog +* Wed May 31 2017 Mikolaj Izdebski - 1.7.1-0.4.git3aeac6a +- Add missing build-requires on maven-install-plugin + * Fri Feb 10 2017 Mat Booth - 1.7.1-0.3.git3aeac6a - Rebuild against new maven-indexer - Port tests to latest jetty to drop dep on obsolete jetty8