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

William Moreno <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #4 from William Moreno <[email protected]> ---
%py3_build and %py3_install should work since it is a noarch package.

The shebang of:

https://github.com/projectmallard/pintail/blob/master/bin/pintail

Should be:

#!/usr/bin/python3 and not #!/usr/bin/env python3

%description looks like to be a single long line and no split in <80 characters
lines.

The file:

https://github.com/projectmallard/pintail/blob/master/pintail/sample.cfg

Should be in %docs.

An by the way

%files
%doc
%{python3_sitelib}/*
%{_bindir}/%{name}

%doc is empy I you must use the %license macro for the COPYING file.

Please use a black line before %changelog

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to