Add 3394 magic number to rpmlintrc

This commit is contained in:
Miro Hrončok 2018-06-12 11:47:27 +02:00
parent 63f277fa3b
commit ceff4b8870
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ addFilter(r'obsolete-not-provided platform-python')
# RPMLINT IMPERFECTIONS
# https://github.com/rpm-software-management/rpmlint/issues/123
addFilter(r'python-bytecode-wrong-magic-value .* expected 33\d\d \(3\.7\), found 3393')
# https://github.com/rpm-software-management/rpmlint/pull/133
addFilter(r'python-bytecode-wrong-magic-value .* expected 33\d\d \(3\.7\), found 3394')
# https://bugzilla.redhat.com/show_bug.cgi?id=1550562
# https://github.com/rpm-software-management/rpmlint/issues/128