public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mysql-connector-python] rawhide: [enhancement] Drop conditional i686 exclusion
@ 2026-09-22 11:55 Michal Schorm
0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-09-22 11:55 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/mysql-connector-python
Branch : rawhide
Commit : ab167f43d0efc351d6c8c1cb2e7df3c1283da190
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-09-22T11:22:16+02:00
Stats : +0/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/mysql-connector-python/c/ab167f43d0efc351d6c8c1cb2e7df3c1283da190?branch=rawhide
Log:
[enhancement] Drop conditional i686 exclusion
Remove the '%if 0%{?fedora} >= 43' guard around 'ExcludeArch'. MySQL
8.4+ permanently dropped i686 support, so all active Fedora releases
(F43+) exclude it unconditionally.
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/mysql-connector-python.spec b/mysql-connector-python.spec
index 214f4ce..84900c0 100644
--- a/mysql-connector-python.spec
+++ b/mysql-connector-python.spec
@@ -6,9 +6,7 @@
# Please preserve changelog entries
#
-%if 0%{?fedora} >= 43
ExcludeArch: %{ix86}
-%endif
# Tests only run on manual build --with tests
# Tests rely on MySQL version 5.6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-22 11:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22 11:55 [rpms/mysql-connector-python] rawhide: [enhancement] Drop conditional i686 exclusion Michal Schorm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox