diff --git a/maven-surefire.spec b/maven-surefire.spec index 637abaa..ab6ab73 100644 --- a/maven-surefire.spec +++ b/maven-surefire.spec @@ -1,8 +1,8 @@ -%bcond_with bootstrap +%bcond_without bootstrap Name: maven-surefire Version: 3.2.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Test framework project License: Apache-2.0 AND CPL-1.0 URL: https://maven.apache.org/surefire/ @@ -173,6 +173,9 @@ find -name *.java -exec sed -i -e s/org.apache.maven.surefire.shared.utils/org.a %license LICENSE NOTICE cpl-v10.html %changelog +* Thu Aug 01 2024 Troy Dawson - 3.2.2-5 +- Bump release for Aug 2024 java mass rebuild + * Mon Jun 24 2024 Troy Dawson - 3.2.2-4 - Bump release for June 2024 mass rebuild