diff --git a/eclipse-ptp.spec b/eclipse-ptp.spec index 2ed7d89..fd63c76 100644 --- a/eclipse-ptp.spec +++ b/eclipse-ptp.spec @@ -1,6 +1,7 @@ %global eclipse_base %{_datadir}/eclipse %global cdtreq 1:8.1.0 %global pdereq 1:4.2.0 +%global ptp_build_id 201506051415 %global ptp_git_tag f349d010a3b47ab64409c23d5d145f4ed1f6d899 %ifarch %{ix86} @@ -19,7 +20,7 @@ Summary: Eclipse Parallel Tools Platform Name: eclipse-ptp Version: 9.0.0 -Release: 0.2.gitf349d01%{?dist} +Release: 0.3.gitf349d01%{?dist} License: EPL Group: Development/Tools URL: http://www.eclipse.org/ptp @@ -313,7 +314,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 -%mvn_build -j +%mvn_build -j -- -DforceContextQualifier=%{ptp_build_id} %install @@ -429,6 +430,9 @@ cp -p debug/org.eclipse.ptp.debug.sdm/bin/sdm %{buildroot}%{_libdir}/ptp/ %changelog +* Fri Jun 5 2015 Alexander Kurtakov 9.0.0-0.3.gitf349d01 +- Restore build_id to not make noarch packages have different content. + * Thu Jun 4 2015 Alexander Kurtakov 9.0.0-0.2.gitf349d01 - Drop old build_id and let jgit generate one. - Build with mvn_build.