public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Karolina Surma <ksurma@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python3.14] rawhide: rpmlint: Filter out obsolete-not-provided for freethreading subpackages
Date: Thu, 27 Aug 2026 12:14:13 GMT [thread overview]
Message-ID: <178783285344.1.10101086796474470469.rpms-python3.14-2260bebdb9fd@fedoraproject.org> (raw)
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})',
reply other threads:[~2026-08-27 12:14 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178783285344.1.10101086796474470469.rpms-python3.14-2260bebdb9fd@fedoraproject.org \
--to=ksurma@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox