Rebuild to workaround DistroBaker issue

Related: rhbz#1951482
This commit is contained in:
Mikolaj Izdebski 2021-06-09 18:55:23 +02:00
parent 0abe4b975f
commit 70ec101a92
1 changed files with 9 additions and 2 deletions

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
%global jar_version 1.4
%global lh_version 1.1
@ -6,7 +10,7 @@
Name: apache-resource-bundles
Version: 30
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Apache Resource Bundles
License: ASL 2.0
URL: https://repo1.maven.org/maven2/org/apache/apache-resource-bundles/
@ -88,6 +92,9 @@ popd
%files -f .mfiles
%changelog
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 30-4
- Rebuild to workaround DistroBaker issue
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 30-3
- Bootstrap Maven for CentOS Stream 9