diff --git a/ant.spec b/ant.spec index 3e4564e..8066760 100644 --- a/ant.spec +++ b/ant.spec @@ -1,3 +1,7 @@ +# Workaround for rhbz#1969370: __bootstrap macro is not defined in +# CentOS Stream, See https://bugzilla.redhat.com/1969370 +%global __bootstrap ~bootstrap + # Copyright (c) 2000-2008, JPackage Project # All rights reserved. # @@ -28,13 +32,13 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -%bcond_with bootstrap +%bcond_withouht bootstrap %global ant_home %{_datadir}/ant Name: ant Version: 1.10.9 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Java build tool Summary(it): Tool per la compilazione di programmi java Summary(fr): Outil de compilation pour java @@ -645,6 +649,9 @@ LC_ALL=C.UTF-8 %{ant} test # ----------------------------------------------------------------------------- %changelog +* Wed Jun 09 2021 Mikolaj Izdebski - 1.10.9-5 +- Rebuild to workaround DistroBaker issue + * Tue Jun 08 2021 Mikolaj Izdebski - 1.10.9-4 - Bootstrap Maven for CentOS Stream 9