Rebuild to workaround DistroBaker issue

Related: rhbz#1951482
This commit is contained in:
Mikolaj Izdebski 2021-06-09 18:55:23 +02:00
parent 667bb019fe
commit 1ff6198310

View File

@ -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 <mizdebsk@redhat.com> - 1.1.3-27
- Rebuild to workaround DistroBaker issue
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1.3-26
- Bootstrap Maven for CentOS Stream 9