From 07f4540e63aedceccb4a5fc983a5eabee86c6dba Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 10 2017 18:57:45 +0000 Subject: Blacklist dreampie and tiled Those two packages are "applications". dreampie installs a python3 module, but no python3 binaries. For tiled the python module seems to be a minor addition. --- diff --git a/renamer.py b/renamer.py index d65f0f1..18de79e 100755 --- a/renamer.py +++ b/renamer.py @@ -83,6 +83,19 @@ BLACKLIST = { 'pyxattr', 'pyxdg', 'rpm', + + # only python2 version has executables in /bin + 'dreampie', + 'tiled', + + # both have executables, don't exclude + # dogtail + # gpaw + # sympy + # pyscope + # pyserial + # false positive, only %exlude for %_bindir + # pyfits } WHITELIST = { 'gfal2-python',