https://bugzilla.redhat.com/show_bug.cgi?id=865691

Eduardo Echeverria <echevemas...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |echevemas...@gmail.com

--- Comment #1 from Eduardo Echeverria <echevemas...@gmail.com> ---
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@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to