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