From 0bfe73bb57b46eba1ddc99e1502e29c514e0ea61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 25 Jan 2021 16:55:07 +0100 Subject: [PATCH] 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/ --- python3.9.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 - 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 - 3.9.1-3 - Compile the debug build with -O0 instead of -Og (rhbz#1818857)