Description of problem: newest bleachbit version is not starting Version-Release number of selected component (if applicable): 1.8-1.fc22 from updates-testing How reproducible: always Steps to Reproduce: starting bleachbit from the terminal results in a Python prompt Actual results: ➜ ~ bleachbit Python 2.7.10 (default, Jul 5 2015, 14:15:43) [GCC 5.1.1 20150618 (Red Hat 5.1.1-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> /usr/bin/bleachbit: line 24: $'\nLauncher\n': command not found /usr/bin/bleachbit: line 34: syntax error near unexpected token `(' /usr/bin/bleachbit: line 34: `if 'posix' == os.name and os.path.isdir('/usr/share/bleachbit'):' Expected results: bleachbit should start Additional info:
Confirming this problem. The first line of /usr/bin/bleachbit is missing the shebang. It is '/usr/bin/python2' instead of '#!/usr/bin/python2', which, after manually correcting, it works fine.
Confirmed, it's a merge issue, I forgot to merge back the fixed spec from building directory. I will fix this and release as 1.9.0 update.
Update looks good to me, thanks for the quick fix!