From fc4b2fbfd138116c918f8ac74d6570dd27a41eb8 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Tue, 29 Jul 2025 12:51:18 +0200 Subject: [PATCH] Disable i686 on Fedora >= 43 MySQL 8.4 is not supported on 32-bit architectures This commit is part of: https://fedoraproject.org/wiki/Changes/switch_distribution_default_MySQL_from_8.0_to_8.4 --- mysql-connector-python.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mysql-connector-python.spec b/mysql-connector-python.spec index cd005f7..43aa356 100644 --- a/mysql-connector-python.spec +++ b/mysql-connector-python.spec @@ -7,6 +7,10 @@ # Please, preserve the changelog entries # +%if 0%{?fedora} >= 43 +ExcludeArch: %{ix86} +%endif + # Tests only run on manual build --with tests # Tests rely on MySQL version 5.6 %global with_tests %{?_with_tests:1}%{!?_with_tests:0} @@ -21,7 +25,7 @@ Name: mysql-connector-python Version: 8.0.33 -Release: 4%{?dist} +Release: 5%{?dist} Summary: MySQL Connector for Python 3 # Automatically converted from old format: GPLv2 with exceptions - review is highly recommended. @@ -147,6 +151,9 @@ rm -r docs/mysqlx %{_mandir}/man1/%{name}3.1.* %changelog +* Tue Jul 29 2025 Michal Schorm - 8.0.33-5 +- Rebuild without i686 architecture - MySQL 8.4 no longer supports it + * Thu Jul 24 2025 Fedora Release Engineering - 8.0.33-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild