From 412ae5af7054d0d3e1357c53052e6587c8fb0053 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 --- munge-maven-plugin.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/munge-maven-plugin.spec b/munge-maven-plugin.spec index f19440a..341ef8f 100644 --- a/munge-maven-plugin.spec +++ b/munge-maven-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: munge-maven-plugin Version: 1.0 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Munge Maven Plugin License: CDDL-1.0 URL: http://github.com/sonatype/munge-maven-plugin @@ -66,6 +70,9 @@ This package provides %{summary}. %license LICENSE %changelog +* Wed Jun 09 2021 Mikolaj Izdebski - 1.0-22 +- Rebuild to workaround DistroBaker issue + * Tue Jun 08 2021 Mikolaj Izdebski - 1.0-21 - Bootstrap Maven for CentOS Stream 9