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



--- Comment #9 from Jan Macku <jama...@redhat.com> ---
(In reply to Miro HronĨok from comment #3)
> Any conclusion? Also note that FedoaReview is automated (and quite broken)
> tool. You are doing the review, not the tool. You should not paste stuff
> like:
> 
>     Cannot parse rpmlint output
> 
> But instead, you should run that check manually or decide is not worth it
> and remove that section.
> 
> The same goes for the rpmlint output that actually happened here. Any
> comments on the errors?
> 
> ---------
> 
> Spec sanity check by me:
> 
> 1) %files -n %{name} -> just %files

Fixed

> 2) %{python3_sitelib}/__pycache__/%{name}.*.py* -> do you except any file
> extensions other than pyc here?

Fixed

> 3) %{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info -> is
> this a directory? if so, use a trailing slash to make sure it stays that way

Fixed

> 4)
> https://github.com/xyproto/%{name}/archive/%{version}.tar.gz#/%{name}-
> %{version}.tar.gz ->
> https://github.com/xyproto/%{name}/archive/%{version}/%{name}-%{version}.tar.
> gz

I can't do it like this, because git/rpmbuild didn't get it. Url which is used
to download tarball contain only version, but after download it is called
<repo-name>-<version>.tar.gz. That is why my url contain anchor tag, to define
name of tarball after download.

-- 
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 -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org

Reply via email to