diff --git a/jsr-305.spec b/jsr-305.spec
index 0b86c6a..5f86213 100644
--- a/jsr-305.spec
+++ b/jsr-305.spec
@@ -1,8 +1,8 @@
-%bcond_with bootstrap
+%bcond_without bootstrap
Name: jsr-305
Version: 3.0.2
-Release: 15%{?dist}
+Release: 16%{?dist}
Summary: Correctness annotations for Java code
# The majority of code is BSD-licensed.
@@ -74,6 +74,9 @@ sed -i 's|jsr305|ri|' ri/pom.x
%doc sampleUses
%changelog
+* Thu Aug 01 2024 Troy Dawson - 3.0.2-16
+- Bump release for Aug 2024 java mass rebuild
+
* Tue Jul 30 2024 Mikolaj Izdebski - 3.0.2-15
- Replace CC-BY-2.5 annotations with Apache-2.0 ones