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



--- Comment #3 from Robert Scheck <[email protected]> ---
%if %{with python3_other}
%doc ChangeLog PKG-INFO README.txt

should likely be:

%if %{with python3_other}
%files -n %{python3_other_name}
%doc ChangeLog PKG-INFO README.txt

Currently when testing, I'm ending up with both, Python 3.4 and 3.6 in
python34-bsddb3-6.2.6-3.el7.x86_64.rpm

-- 
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]
To unsubscribe send an email to [email protected]
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/[email protected]

Reply via email to