Bootstrap build

This commit is contained in:
Mikolaj Izdebski 2021-05-17 15:49:58 +02:00
parent ada49d0308
commit b9a396c84f

View File

@ -1,4 +1,4 @@
%bcond_with bootstrap %bcond_without bootstrap
# Component versions, taken from gradle.properties # Component versions, taken from gradle.properties
%global platform_version 1.%(v=%{version}; echo ${v:2}) %global platform_version 1.%(v=%{version}; echo ${v:2})
@ -7,7 +7,7 @@
Name: junit5 Name: junit5
Version: 5.7.1 Version: 5.7.1
Release: 1%{?dist} Release: 2%{?dist}
Summary: Java regression testing framework Summary: Java regression testing framework
License: EPL-2.0 License: EPL-2.0
URL: https://junit.org/junit5/ URL: https://junit.org/junit5/
@ -134,6 +134,9 @@ ln -s ../../javadoc/junit5 documentation/src/docs/api
%doc documentation/src/docs/* %doc documentation/src/docs/*
%changelog %changelog
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.7.1-2
- Bootstrap build
* Fri May 14 2021 Marian Koncek <mkoncek@redhat.com> - 5.7.1-1 * Fri May 14 2021 Marian Koncek <mkoncek@redhat.com> - 5.7.1-1
- Update to upstream version 5.7.1 - Update to upstream version 5.7.1