From a09e0587025da4fd0d26559066a8e6cedbd09d4f Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 9 Jun 2021 12:52:20 +0200 Subject: [PATCH] Non-bootstrap build Resolves: rhbz#1951482 --- plexus-compiler.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/plexus-compiler.spec b/plexus-compiler.spec index 48d5144..3de5d0b 100644 --- a/plexus-compiler.spec +++ b/plexus-compiler.spec @@ -1,12 +1,8 @@ -# Workaround for rhbz#1969370: __bootstrap macro is not defined in -# CentOS Stream, See https://bugzilla.redhat.com/1969370 -%global __bootstrap ~bootstrap - -%bcond_without bootstrap +%bcond_with bootstrap Name: plexus-compiler Version: 2.8.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Compiler call initiators for Plexus # extras subpackage has a bit different licensing # parts of compiler-api are ASL2.0/MIT @@ -104,6 +100,9 @@ cp %{SOURCE2} LICENSE.MIT %doc LICENSE LICENSE.MIT %changelog +* Wed Jun 09 2021 Mikolaj Izdebski - 2.8.8-4 +- Non-bootstrap build + * Tue Jun 08 2021 Mikolaj Izdebski - 2.8.8-3 - Bootstrap Maven for CentOS Stream 9