From 9c54e9c625a610da2bc4631a9174a59c19d2448d 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 --- junit.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/junit.spec b/junit.spec index 955d1c5..bf40172 100644 --- a/junit.spec +++ b/junit.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 Name: junit Epoch: 1 Version: 4.13.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Java regression test package License: EPL-1.0 URL: http://www.junit.org/ @@ -102,6 +106,9 @@ sed s/@version@/%{version}/ src/main/java/junit/runner/Version.java.template >sr %doc doc/* %changelog +* Wed Jun 09 2021 Mikolaj Izdebski - 1:4.13.1-4 +- Rebuild to workaround DistroBaker issue + * Tue Jun 08 2021 Mikolaj Izdebski - 1:4.13.1-3 - Bootstrap Maven for CentOS Stream 9