diff --git a/maven-surefire.spec b/maven-surefire.spec index ba11fe1..3d4e791 100644 --- a/maven-surefire.spec +++ b/maven-surefire.spec @@ -1,8 +1,8 @@ -%bcond_with bootstrap +%bcond_without bootstrap Name: maven-surefire Version: 3.0.0~M4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Test framework project License: ASL 2.0 and CPL URL: https://maven.apache.org/surefire/ @@ -174,6 +174,9 @@ rm surefire-providers/surefire-testng-utils/src/main/java/org/apache/maven/suref %license LICENSE NOTICE cpl-v10.html %changelog +* Mon May 17 2021 Mikolaj Izdebski - 3.0.0~M4-2 +- Bootstrap build + * Fri May 14 2021 Marian Koncek - 3.0.0~M4-1 - Update to upstream version 3.0.0~M4