[eclipse-ptp/f21] Reinstate forceContextQualifier

Mat Booth mbooth at fedoraproject.org
Tue Aug 19 20:21:21 UTC 2014


commit 45dcc33f8213a59aa643c990fe92dbd6af837ce8
Author: Mat Booth <mat.booth at redhat.com>
Date:   Tue Aug 19 21:19:52 2014 +0100

    Reinstate forceContextQualifier

 eclipse-ptp.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/eclipse-ptp.spec b/eclipse-ptp.spec
index e75228f..92708a8 100644
--- a/eclipse-ptp.spec
+++ b/eclipse-ptp.spec
@@ -2,6 +2,7 @@
 %global cdtreq                  1:8.1.0
 %global pdereq                  1:4.2.0
 %global rsereq                  3.5
+%global ptp_build_id            201408191632
 %global ptp_git_tag             PTP_8_0_0
 
 %ifarch %{ix86}
@@ -20,7 +21,7 @@
 Summary:        Eclipse Parallel Tools Platform
 Name:           eclipse-ptp
 Version:        8.0.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        EPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/ptp
@@ -360,7 +361,7 @@ mkdir -p releng/org.eclipse.ptp.linux/os/linux/%{_arch}
 cp -p debug/org.eclipse.ptp.debug.sdm/bin/sdm releng/org.eclipse.ptp.linux/os/linux/%{_arch}/sdm
 
 # Build the project
-xmvn -o clean verify
+xmvn -o clean verify -DforceContextQualifier=%{ptp_build_id}
 
 
 %install
@@ -488,6 +489,9 @@ cp -p debug/org.eclipse.ptp.debug.sdm/bin/sdm %{buildroot}%{_libdir}/ptp/
 
 
 %changelog
+* Tue Aug 19 2014 Mat Booth <mat.booth at redhat.com> - 8.0.0-2
+- Reinstate forceContextQualifier
+
 * Tue Aug 19 2014 Mat Booth <mat.booth at redhat.com> - 8.0.0-1
 - Update to latest upstream release
 - Fix FTBFS rhbz #1106199


More information about the scm-commits mailing list