[eclipse-mylyn] Fix usage of %pom_disable_module macro

Mikolaj Izdebski mizdebsk at fedoraproject.org
Fri Feb 28 10:37:23 UTC 2014


commit 9e4de48df28c2a23b26cabaee2478424431cfb7d
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Fri Feb 28 11:35:57 2014 +0100

    Fix usage of %pom_disable_module macro

 eclipse-mylyn.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/eclipse-mylyn.spec b/eclipse-mylyn.spec
index acecf02..17a9cfd 100644
--- a/eclipse-mylyn.spec
+++ b/eclipse-mylyn.spec
@@ -11,7 +11,7 @@
 Name:    %{?scl_prefix}eclipse-mylyn
 Summary: Eclipse Mylyn main feature.
 Version: 3.10.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: EPL
 URL: http://www.eclipse.org/mylyn
 
@@ -356,9 +356,9 @@ grep -l -r --include="pom.xml" maven-pmd-plugin . | ( while read pom_path; do %p
 
 %pom_disable_module org.eclipse.mylyn.commons.tck-feature org.eclipse.mylyn.commons 
 
-%pom_disable_module org.eclipse.mylyn.tests org.eclipse.mylyn .
+%pom_disable_module org.eclipse.mylyn.tests org.eclipse.mylyn
 
-%pom_disable_module org.eclipse.mylyn.test-feature org.eclipse.mylyn.tasks .
+%pom_disable_module org.eclipse.mylyn.test-feature org.eclipse.mylyn.tasks
 
 #Disable all tests (except one that was easier to build than patch dependent bundles.
 # grep -v org.eclipse.mylyn.doc
@@ -705,6 +705,9 @@ install %{SOURCE6} %{buildroot}%{install_loc}/mylyn/eclipse/redhat-bugzilla-cust
 %doc org.eclipse.mylyn.commons/org.eclipse.mylyn.commons.sdk-feature/license.html
 
 %changelog
+* Fri Feb 28 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 3.10.0-2
+- Fix usage of %%pom_disable_module macro
+
 * Tue Nov 12 2013 Alexander Kurtakov <akurtako at redhat.com> 3.10.0-1
 - Update to 3.10.
 - Drop compat sources and patches as no longer needed.


More information about the scm-commits mailing list