Merge pull request #1175 from rpm-software-management/pythoncheck-fedora

config: Filter python require checks for Fedora
This commit is contained in:
danigm 2024-01-30 12:09:03 +01:00 committed by GitHub
commit 9ab9c5d0f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -328,6 +328,11 @@ Filters = [
' info-files-without-install-info-postin',
' info-files-without-install-info-postun ',
' postin-without-install-info ',
# In Fedora dependencies are generated from upstream metadata, so python checks
# are not needed here. https://github.com/rpm-software-management/rpmlint/issues/1171
'python-missing-require',
'python-leftover-require',
]
[DanglingSymlinkExceptions."/usr/share/doc/licenses/"]