https://bugzilla.redhat.com/show_bug.cgi?id=1294704 --- Comment #13 from Ville Skyttä <ville.skytta@xxxxxx> --- That's a bug in the el7 rpmlint; it has a wrong value for Python 3.4 bytecode. Properly fixing it needs to be done in the el7 rpmlint package, but you can try monkey-patching it in rpmlint's configs, for example in ~/.config/rpmlint: import FilesCheck FilesCheck._python_magic_values["3.4"] = 3310 (Seems to work, but importing checks in configs is generally discouraged and may have side effects.) -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review