https://bugzilla.redhat.com/show_bug.cgi?id=1611829
--- Comment #18 from Robert-André Mauchin <[email protected]> --- > python3 doesn't seem to create the symlink of python to the python3 > executable. > So I have to use python2. > Actually, I need python as well. It seems to be the one setting the symlink. > I > suppose it will set a different symlink once python3 takes over? Actually you must not use the "python" executable in your build script, it is a warning since F28, and an error on F30. You should fix whatever part of your buildsystem that use "python" and make it use "python3". (In reply to Marc-Andre Lureau from comment #17) > - remove the duplicated "License: BSD" lines, the top-level one is enough > > - no need to duplicate %doc & %license for each pacakge > Licensi is needed for each package combinaison possible. Since libs can be installed withoit the main package it must also contain the license -- 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]
