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



--- Comment #2 from Igor Gnatenko <ignate...@redhat.com> ---
> %if 0%{?fedora}
> %global with_python3 1
> %else
> %global with_python3 0
> %endif

%if 0%{?rhel} && 0%{?rhel} <= 7
%bcond_with python3
%else
%bcond_without python3
%endif

* Move Requires/BuildRequires under appropriate subpackages

> %{python3_sitelib}/*

Be more specific here.

> * Tue Nov 28 2017 Jakub Kadlčík <fros...@email.cz> 0.1-1

Version is wrong, encoding is wrong.

-- 
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

Reply via email to