From 1ff6198310a13361a0a4825aa855211eb00f559d 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 --- jdom.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/jdom.spec b/jdom.spec index 07147ac..62a63c6 100644 --- a/jdom.spec +++ b/jdom.spec @@ -1,4 +1,8 @@ -%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 # Copyright (c) 2000-2012, JPackage Project # All rights reserved. @@ -32,7 +36,7 @@ Name: jdom Version: 1.1.3 -Release: 26%{?dist} +Release: 27%{?dist} Summary: Java alternative to DOM and SAX License: Saxpath URL: http://www.jdom.org/ @@ -105,6 +109,9 @@ cp -pr samples $RPM_BUILD_ROOT%{_datadir}/%{name} %license LICENSE.txt %changelog +* Wed Jun 09 2021 Mikolaj Izdebski - 1.1.3-27 +- Rebuild to workaround DistroBaker issue + * Tue Jun 08 2021 Mikolaj Izdebski - 1.1.3-26 - Bootstrap Maven for CentOS Stream 9