public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python3.14] rawhide: rpmlint: Filter out obsolete-not-provided for freethreading subpackages
@ 2026-08-27 12:14 Karolina Surma
0 siblings, 0 replies; only message in thread
From: Karolina Surma @ 2026-08-27 12:14 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python3.14
Branch : rawhide
Commit : 2260bebdb9fdb31f58f77cdec0e8ce5f65e24b32
Author : Karolina Surma <ksurma@redhat.com>
Date : 2026-08-24T13:39:07+02:00
Stats : +3/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python3.14/c/2260bebdb9fdb31f58f77cdec0e8ce5f65e24b32?branch=rawhide
Log:
rpmlint: Filter out obsolete-not-provided for freethreading subpackages
The package has been split from a single -freethreading one.
This avoids:
python3.14-freethreading-devel.aarch64: W: obsolete-not-provided python3.14-freethreading
python3.14-freethreading-devel.i686: W: obsolete-not-provided python3.14-freethreading
python3.14-freethreading-devel.ppc64le: W: obsolete-not-provided python3.14-freethreading
python3.14-freethreading-devel.s390x: W: obsolete-not-provided python3.14-freethreading
python3.14-freethreading-devel.x86_64: W: obsolete-not-provided python3.14-freethreading
python3.14-freethreading-idle.aarch64: W: obsolete-not-provided python3.14-freethreading
...
---
diff --git a/rpmlint.toml b/rpmlint.toml
index 30ad48f..7ed20ba 100644
--- a/rpmlint.toml
+++ b/rpmlint.toml
@@ -21,6 +21,9 @@ Filters = [
'unversioned Obsoletes: Obsoletes: python3\.\d+$',
'self-obsoletion python3\.\d+(-\S+)? obsoletes python3\.\d+(-\S+)?',
+ # freethreading subpackages obsolete python3.X-freethreading, but don't provide it
+ '^python3(\.\d+)?-freethreading(-\w+)?\.[^:]+: (E|W): obsolete-not-provided python3(\.\d+)?-freethreading$',
+
# intentionally hardcoded
'hardcoded-library-path in %{_prefix}/lib/(debug/%{_libdir}|python%{pybasever})',
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-27 12:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-27 12:14 [rpms/python3.14] rawhide: rpmlint: Filter out obsolete-not-provided for freethreading subpackages Karolina Surma
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox