diff --git a/takari-lifecycle.spec b/takari-lifecycle.spec index 20c2ac4..b0f4886 100644 --- a/takari-lifecycle.spec +++ b/takari-lifecycle.spec @@ -1,7 +1,7 @@ -%bcond_without bootstrap +%bcond_with bootstrap Name: takari-lifecycle Version: 1.12.0 -Release: 1%{?with_bootstrap:.boot}%{?dist} +Release: 2%{?with_bootstrap:.boot}%{?dist} Summary: Optimized replacement for the Maven default lifecycle # Everything is under EPL, but one file (AetherUtils.java) is under both EPL and ASL 2.0 License: EPL and ASL 2.0 @@ -132,6 +132,9 @@ ln -sf %{_javadir}/commons-lang.jar takari-lifecycle-plugin/src/test/jars/common %changelog +* Mon Jul 18 2016 Michael Simacek - 1.12.0-2 +- Non-bootstrap build + * Mon Jul 18 2016 Michael Simacek - 1.12.0-1 - Update to upstream version 1.12.0