diff --git a/java_cup.spec b/java_cup.spec index ce4f709..f867989 100644 --- a/java_cup.spec +++ b/java_cup.spec @@ -1,10 +1,14 @@ -%bcond_with bootstrap +# Workaround for rhbz#1969370: __bootstrap macro is not defined in +# CentOS Stream, See https://bugzilla.redhat.com/1969370 +%global __bootstrap ~bootstrap + +%bcond_withouht bootstrap %global pkg_version 11b Name: java_cup Version: 0.11b -Release: 18%{?dist} +Release: 19%{?dist} Epoch: 1 Summary: LALR parser generator for Java License: MIT @@ -99,6 +103,9 @@ jar ufm dist/java-cup-%{pkg_version}-runtime.jar %{SOURCE4} %license licence.txt %changelog +* Wed Jun 09 2021 Mikolaj Izdebski - 1:0.11b-19 +- Rebuild to workaround DistroBaker issue + * Tue Jun 08 2021 Mikolaj Izdebski - 1:0.11b-18 - Bootstrap Maven for CentOS Stream 9