diff --git a/jflex.spec b/jflex.spec index ef75f97..eb0e252 100644 --- a/jflex.spec +++ b/jflex.spec @@ -1,9 +1,13 @@ -%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 Summary: Fast Scanner Generator Name: jflex Version: 1.7.0 -Release: 7%{?dist} +Release: 8%{?dist} License: BSD URL: http://jflex.de/ BuildArch: noarch @@ -108,6 +112,9 @@ install -p -m 644 %{SOURCE4} %{buildroot}%{_mandir}/man1 %changelog +* Wed Jun 09 2021 Mikolaj Izdebski - 1.7.0-8 +- Rebuild to workaround DistroBaker issue + * Tue Jun 08 2021 Mikolaj Izdebski - 1.7.0-7 - Bootstrap Maven for CentOS Stream 9