diff --git a/rust-rand_distr.spec b/rust-rand_distr.spec
index 07d8d22..d0d5bc8 100644
--- a/rust-rand_distr.spec
+++ b/rust-rand_distr.spec
@@ -6,7 +6,7 @@
 
 Name:           rust-%{crate}
 Version:        0.4.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Sampling from random number distributions
 
 # Upstream license specification: MIT OR Apache-2.0
@@ -107,6 +107,9 @@ which use "std_math" feature of "%{crate}" crate.
 %endif
 
 %changelog
+* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
 * Thu Jun 17 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.1-1
 - Update to version 0.4.1.
 - Fixes RHBZ#1972297