diff --git a/tycho.spec b/tycho.spec index 65c5f59..924ddb2 100644 --- a/tycho.spec +++ b/tycho.spec @@ -9,10 +9,10 @@ # 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_with bootstrap +%bcond_without bootstrap # Allow conditionally building without Junit 5 support -%bcond_without junit5 +%bcond_with junit5 # Release tags or git SHAs %global git_tag tycho-%{version} @@ -28,7 +28,7 @@ Name: tycho Version: 1.5.0 -Release: 1%{?dist} +Release: 2%{?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 @@ -405,6 +405,9 @@ ln -s %{_javadir}/tycho/org.fedoraproject.p2.jar %{buildroot}%{xmvn_libdir}/inst %files javadoc -f .mfiles-javadoc %changelog +* Wed Dec 18 2019 Mat Booth - 1.5.0-2 +- Bootstrap mode + * Tue Dec 17 2019 Mat Booth - 1.5.0-1 - Update to latest upstream release