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})',