python38/python38.rpmlintrc

13 lines
371 B
Text
Raw Permalink Normal View History

2013-03-05 17:31:30 +04:00
# False positives
addFilter("E: incoherent-version-in-name")
addFilter("E: non-executable-script")
# Not an actual problem, the packager tag is added by the build system anyway
addFilter("E: no-packager-tag")
2014-06-22 19:45:41 +04:00
addFilter("E: devel-file-in-non-devel-package")
2025-02-03 10:07:37 +00:00
# fix
addFilter("E: hardcoded-library-path")
2025-02-04 08:45:18 +00:00
addFilter("E: non-readable")
2025-02-04 10:35:52 +00:00
addFilter("E: non-standard-dir-perm")