From 1574beda8ea1275a4038362155ba0284cb6c52fc Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 16 Sep 2016 10:25:28 -0500 Subject: [PATCH] set the bootstap macro to 0 Signed-off-by: Dennis Gilmore --- eclipse.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/eclipse.spec b/eclipse.spec index 7dc154b..2ccd063 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -1,7 +1,7 @@ # Set to 1 to build Eclipse without circular dependency to eclipse-pde, API # generation and docs will not be built and a second run will be required, but # this is a way to bootstrap Eclipse on secondary archs. -%global bootstrap 1 +%global bootstrap 0 Epoch: 1 @@ -48,7 +48,7 @@ Epoch: 1 Summary: An open, extensible IDE Name: eclipse Version: 4.6.1 -Release: 2%{?dist} +Release: 3%{?dist} License: EPL URL: http://www.eclipse.org/ @@ -1107,6 +1107,9 @@ fi %{_libdir}/eclipse/plugins/org.eclipse.osgi.compatibility.state_* %changelog +* Thu Sep 15 2016 Dennis Gilmore - 1:4.6.1-3 +- set the bootstap macro to 0 + * Thu Sep 15 2016 Mat Booth - 1:4.6.1-2 - Perform non-bootstrap build - Rebuild for new eclipse-ecf