diff --git a/cdi-api.spec b/cdi-api.spec index 55ff764..29f9526 100644 --- a/cdi-api.spec +++ b/cdi-api.spec @@ -1,8 +1,8 @@ -%bcond_with bootstrap +%bcond_without bootstrap Name: cdi-api Version: 2.0.2 -Release: 13%{?dist} +Release: 14%{?dist} Summary: CDI API License: Apache-2.0 URL: https://github.com/eclipse-ee4j/cdi @@ -49,6 +49,9 @@ rm -rf api/src/main/java/javax/enterprise/{context/,inject/spi/,inject/se/,injec %license LICENSE.txt %changelog +* Thu Aug 01 2024 Troy Dawson - 2.0.2-14 +- Bump release for Aug 2024 java mass rebuild + * Mon Jun 24 2024 Troy Dawson - 2.0.2-13 - Bump release for June 2024 mass rebuild