From 4e0902ff9f01d4a5ff7c88ed93ce6ed0a072ceb9 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 9 Jun 2021 18:55:23 +0200 Subject: [PATCH] Rebuild to workaround DistroBaker issue Related: rhbz#1951482 --- java_cup.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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