https://bugzilla.redhat.com/show_bug.cgi?id=865691
Eduardo Echeverria <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Eduardo Echeverria <[email protected]> --- 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 [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
