[eclipse-gef/f18] Ignore Tycho version check.

Krzysztof Daniel kdaniel at fedoraproject.org
Tue Jan 22 11:04:02 UTC 2013


commit d0670ab918d99ebfb8015f17c27b5f3486ed6cfb
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Tue Jan 22 12:03:56 2013 +0100

    Ignore Tycho version check.

 eclipse-gef.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/eclipse-gef.spec b/eclipse-gef.spec
index bce716c..66baef7 100644
--- a/eclipse-gef.spec
+++ b/eclipse-gef.spec
@@ -3,7 +3,7 @@
 Name:      eclipse-gef
 Version:   3.8.1
 #no tag in the repository, HEAD checked out
-Release:   4%{?dist}
+Release:   5%{?dist}
 Summary:   Graphical Editing Framework (GEF) Eclipse plugin
 Group:     System Environment/Libraries
 License:   EPL
@@ -79,7 +79,7 @@ fi
 
 %build
 
-mvn-rpmbuild clean install -f org.eclipse.gef.releng/pom.xml -Dmaven.local.mode=true
+mvn-rpmbuild clean install -f org.eclipse.gef.releng/pom.xml -Dmaven.local.mode=true -DskipTychoVersionCheck
 
 pushd org.eclipse.gef.repository/target/repository/features/
 for f in `ls`; do \
@@ -147,6 +147,9 @@ mv org.eclipse.gef.repository/target/repository/plugins/org.eclipse.gef.examples
 %doc org.eclipse.gef.examples-feature/epl-v10.html
 
 %changelog
+* Tue Jan 22 2013 Krzysztof Daniel <kdaniel at redhat.com> 3.8.1-5
+- Ignore Tycho version check.
+
 * Thu Oct 4 2012 Krzysztof Daniel <kdaniel at redhat.com> 3.8.1-4
 - Configure only one Tycho version.
 


More information about the scm-commits mailing list