Rebuild to workaround DistroBaker issue

Related: rhbz#1951482
This commit is contained in:
Mikolaj Izdebski 2021-06-09 18:55:23 +02:00
parent 4963a8d477
commit 8d44f0f06a

View File

@ -1,8 +1,12 @@
%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
Name: maven-compiler-plugin
Version: 3.8.1
Release: 10%{?dist}
Release: 11%{?dist}
Summary: Maven Compiler Plugin
License: ASL 2.0
URL: https://maven.apache.org/plugins/maven-compiler-plugin
@ -69,6 +73,9 @@ sed -i 's|localRepository,\ "junit/junit/3.8.1/junit-3.8.1.jar"|"%(find-jar juni
%license LICENSE NOTICE
%changelog
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.8.1-11
- Rebuild to workaround DistroBaker issue
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.8.1-10
- Bootstrap Maven for CentOS Stream 9