[eclipse-m2e-core] Fix FTBFS by removing unnecessary type attribute.

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Dec 12 21:55:39 UTC 2014


commit 7b5018dba460466d16d4908d0fab6d836f7b7747
Author: Roland Grunberg <rgrunber at redhat.com>
Date:   Fri Dec 12 16:00:52 2014 -0500

    Fix FTBFS by removing unnecessary type attribute.

 eclipse-m2e-core.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/eclipse-m2e-core.spec b/eclipse-m2e-core.spec
index dc6ff54..ddc6b9a 100644
--- a/eclipse-m2e-core.spec
+++ b/eclipse-m2e-core.spec
@@ -4,7 +4,7 @@
 
 Name:           eclipse-m2e-core
 Version:        1.5.0
-Release:        15%{?dist}
+Release:        16%{?dist}
 Summary:        Maven integration for Eclipse
 
 Group:          Development/Tools
@@ -308,7 +308,7 @@ for mod in org.eclipse.m2e.archetype.common \
            org.eclipse.m2e.maven.runtime \
            org.eclipse.m2e.maven.runtime.slf4j.simple
 do
-    %mvn_artifact -Dtype=eclipse-plugin m2e-maven-runtime/$mod/pom.xml m2e-maven-runtime/$mod/target/$mod-%{version}-SNAPSHOT.jar
+    %mvn_artifact m2e-maven-runtime/$mod/pom.xml m2e-maven-runtime/$mod/target/$mod-%{version}-SNAPSHOT.jar
 done
 
 %mvn_install
@@ -328,6 +328,9 @@ xmvn-subst -s `find %{buildroot}%{install_loc} -name jars` $extra
 
 
 %changelog
+* Fri Dec 12 2014 Roland Grunberg <rgrunber at redhat.com> - 1.5.0-16
+- Fix FTBFS by removing unnecessary type attribute.
+
 * Thu Sep 18 2014 Michal Srb <msrb at redhat.com> - 1.5.0-15
 - Rebuild to fix metadata
 


More information about the scm-commits mailing list