diff --git a/python3.9.spec b/python3.9.spec
index ca35ea1..ec5a0b7 100644
--- a/python3.9.spec
+++ b/python3.9.spec
@@ -17,7 +17,7 @@ URL: https://www.python.org/
 #global prerel ...
 %global upstream_version %{general_version}%{?prerel}
 Version: %{general_version}%{?prerel:~%{prerel}}
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: Python
 
 
@@ -1753,6 +1753,11 @@ CheckPython optimized
 # ======================================================
 
 %changelog
+* Mon Jan 25 2021 Miro HronĨok <mhroncok@redhat.com> - 3.9.1-4
+- Rebuilt to be signed with Fedora 32 compatible signature,
+  to fix mock bootstrap chroot on Fedora 32 (and possibly EPELs)
+  https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/OBEFWGCFXHE4EDBXFBZWDUPAJJS7QZAR/
+
 * Wed Jan 20 2021 Charalampos Stratakis <cstratak@redhat.com> - 3.9.1-3
 - Compile the debug build with -O0 instead of -Og (rhbz#1818857)