https://bugzilla.redhat.com/show_bug.cgi?id=1670656 Elliott Sales de Andrade <quantum.analyst@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(quantum.analyst@g | |mail.com) | --- Comment #17 from Elliott Sales de Andrade <quantum.analyst@xxxxxxxxx> --- There's definitely something up with the bundled provides. A GitHub repo should be at something like https://github.com/<project>/<repo>, which should translate to golang-github-project-repo-devel, but a lot of the provides only seem to have the project name. Also, a condition like: %if 0%{?fedora} <= 27 || 0%{?rhel} <= 7 is incorrect and will always be true. If you're on Fedora, then the second condition will be `0 <= 7`, which is true, and vice versa if you're on RHEL. -- 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@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx