rpmlint/rpmlint-1.5-python-3.4-magic-number-fix.patch
2014-05-29 14:25:30 -04:00

13 lines
382 B
Diff

diff -up rpmlint-1.5/FilesCheck.py.py34 rpmlint-1.5/FilesCheck.py
--- rpmlint-1.5/FilesCheck.py.py34 2014-05-29 14:22:53.063802675 -0400
+++ rpmlint-1.5/FilesCheck.py 2014-05-29 14:23:07.577696983 -0400
@@ -308,7 +308,7 @@ _python_magic_values = {
'3.1': 3150,
'3.2': 3180,
'3.3': 3230,
- '3.4': 3260,
+ '3.4': 3310,
}
def get_expected_pyc_magic(path):