https://bugzilla.redhat.com/show_bug.cgi?id=865691 Eduardo Echeverria <echevemaster@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |echevemaster@xxxxxxxxx --- Comment #1 from Eduardo Echeverria <echevemaster@xxxxxxxxx> --- Hi Brendan: your package also requires this dependencies BuildRequires: desktop-file-utils Requires: python-enum In my opinion, though your form too is correct, I would do this with shebangs: for file in `find %{buildroot}/%{python_sitelib}/%{name} -type f ! -perm /a+x`; do [ ! -z "`head -n 1 $file | grep \"^#!/\"`" ] && chmod 0755 $file done Regards -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review