From dd482b1c207943e04c04fc8825c6348ab7bd8513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 22 May 2023 11:10:13 +0200 Subject: [PATCH] Remove ExcludeArch for arm, Fedora 36 went EOL --- python3.12.spec | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/python3.12.spec b/python3.12.spec index 1654a41..2ce711b 100644 --- a/python3.12.spec +++ b/python3.12.spec @@ -20,17 +20,6 @@ Version: %{general_version}%{?prerel:~%{prerel}} Release: 1%{?dist} License: Python-2.0.1 -# Getting this build in Koji on 32bit ARM is frustrating due to technical problems -# https://pagure.io/releng/issue/11095 -# Fedora 37+ dropped that architecture -# https://fedoraproject.org/wiki/Changes/RetireARMv7 -# Upstream does not support it anyway -# https://peps.python.org/pep-0011/ -# Hence, we exclude it starting with Python 3.12 -# https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org/thread/4QWRWUYQOLCVC5D5YHXFXFOGPEIIPYSJ/ -# Once Fedora 36 goes EOL, this line can be dropped. -ExcludeArch: %{arm} - # ================================== # Conditionals controlling the build