From b9a396c84ffdb4898f969a16aa7b20be2e9f6da7 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 17 May 2021 15:49:58 +0200 Subject: [PATCH] Bootstrap build --- junit5.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/junit5.spec b/junit5.spec index 26a90a6..1efdf60 100644 --- a/junit5.spec +++ b/junit5.spec @@ -1,4 +1,4 @@ -%bcond_with bootstrap +%bcond_without bootstrap # Component versions, taken from gradle.properties %global platform_version 1.%(v=%{version}; echo ${v:2}) @@ -7,7 +7,7 @@ Name: junit5 Version: 5.7.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Java regression testing framework License: EPL-2.0 URL: https://junit.org/junit5/ @@ -134,6 +134,9 @@ ln -s ../../javadoc/junit5 documentation/src/docs/api %doc documentation/src/docs/* %changelog +* Mon May 17 2021 Mikolaj Izdebski - 5.7.1-2 +- Bootstrap build + * Fri May 14 2021 Marian Koncek - 5.7.1-1 - Update to upstream version 5.7.1