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 ...
This commit is contained in:
parent
79d64abadf
commit
2260bebdb9
1 changed files with 3 additions and 0 deletions
|
|
@ -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})',
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue