From bca60913737738f724459dd99d2260f5d28c2cee Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Nov 11 2020 18:23:35 +0000 Subject: Debootstrap build --- diff --git a/tycho.spec b/tycho.spec index 27fbb73..c9aeebf 100644 --- a/tycho.spec +++ b/tycho.spec @@ -9,7 +9,7 @@ # Tycho such that it can build a bootstrap mode Eclipse and subsequently # fully rebuild itself. In this mode, there may be reduced functionality, # so a full non-bootstrap mode build should always be done afterwards. -%bcond_without bootstrap +%bcond_with bootstrap # Allow conditionally building without Junit 5 support %bcond_with junit5 @@ -28,7 +28,7 @@ Name: tycho Version: 1.7.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven # license file is missing but all files having some licensing information are ASL 2.0 @@ -436,6 +436,9 @@ ln -s %{_javadir}/tycho/org.fedoraproject.p2.jar %{buildroot}%{xmvn_libdir}/inst %files javadoc -f .mfiles-javadoc %changelog +* Wed Nov 11 2020 Mat Booth - 1.7.0-4 +- Debootstrap build + * Wed Nov 11 2020 Mat Booth - 1.7.0-3 - Add deps needed for bootstrapping