From 0176960f95233c0743a0d930800c4b547de641ac Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 9 Jun 2021 18:55:24 +0200 Subject: [PATCH] Rebuild to workaround DistroBaker issue Related: rhbz#1951482 --- opentest4j.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/opentest4j.spec b/opentest4j.spec index 39707ad..7e16ea2 100644 --- a/opentest4j.spec +++ b/opentest4j.spec @@ -1,8 +1,12 @@ -%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 Name: opentest4j Version: 1.2.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Open Test Alliance for the JVM License: ASL 2.0 URL: https://github.com/ota4j-team/opentest4j @@ -88,6 +92,9 @@ sed -i -e '/org\.apache\.commons\.codec/d' src/test/java/org/opentest4j/Assertio %license LICENSE %changelog +* Wed Jun 09 2021 Mikolaj Izdebski - 1.2.0-8 +- Rebuild to workaround DistroBaker issue + * Tue Jun 08 2021 Mikolaj Izdebski - 1.2.0-7 - Bootstrap Maven for CentOS Stream 9