From 8d44f0f06aa41dd895003d65273a3b56304fbb6a 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 --- maven-compiler-plugin.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/maven-compiler-plugin.spec b/maven-compiler-plugin.spec index fe90696..57f820d 100644 --- a/maven-compiler-plugin.spec +++ b/maven-compiler-plugin.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: maven-compiler-plugin Version: 3.8.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Maven Compiler Plugin License: ASL 2.0 URL: https://maven.apache.org/plugins/maven-compiler-plugin @@ -69,6 +73,9 @@ sed -i 's|localRepository,\ "junit/junit/3.8.1/junit-3.8.1.jar"|"%(find-jar juni %license LICENSE NOTICE %changelog +* Wed Jun 09 2021 Mikolaj Izdebski - 3.8.1-11 +- Rebuild to workaround DistroBaker issue + * Tue Jun 08 2021 Mikolaj Izdebski - 3.8.1-10 - Bootstrap Maven for CentOS Stream 9