Rebuild to workaround DistroBaker issue
Related: rhbz#1951482
This commit is contained in:
parent
5d4c324990
commit
8c698286e0
11
junit5.spec
11
junit5.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
|
||||
|
||||
# Component versions, taken from gradle.properties
|
||||
%global platform_version 1.%(v=%{version}; echo ${v:2})
|
||||
@ -7,7 +11,7 @@
|
||||
|
||||
Name: junit5
|
||||
Version: 5.7.1
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Java regression testing framework
|
||||
License: EPL-2.0
|
||||
URL: https://junit.org/junit5/
|
||||
@ -134,6 +138,9 @@ ln -s ../../javadoc/junit5 documentation/src/docs/api
|
||||
%doc documentation/src/docs/*
|
||||
|
||||
%changelog
|
||||
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.7.1-4
|
||||
- Rebuild to workaround DistroBaker issue
|
||||
|
||||
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.7.1-3
|
||||
- Bootstrap Maven for CentOS Stream 9
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user