Add pythonXY stuff to rpmlintrc (from python37.rpmlintrc)
This commit is contained in:
parent
f35966cd37
commit
e5fba5b9c0
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,9 @@ addFilter(r'self-obsoletion python3\d obsoletes python3\d')
|
|||
# intentionally hardcoded
|
||||
addFilter(r'hardcoded-library-path in %{_prefix}/lib/(debug/%{_libdir}|python%{pybasever})')
|
||||
|
||||
# intentional for our pythonXY package
|
||||
addFilter(r'python3\d\.[^:]+: (E|W): devel-file-in-non-devel-package')
|
||||
|
||||
# we have non binary stuff, python files
|
||||
addFilter(r'only-non-binary-in-usr-lib')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue