https://bugzilla.redhat.com/show_bug.cgi?id=1822210 Robert-André Mauchin <zebob.m@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zebob.m@xxxxxxxxx --- Comment #1 from Robert-André Mauchin <zebob.m@xxxxxxxxx> --- SPEC and bug name should be named golang-gopkg-olivere-elastic-7. This is the name derived from the go import path. The import path should be: gopkg.in/olivere/elastic.v7 (a dot, not a slash) Package is not installable: DEBUG util.py:621: Error: DEBUG util.py:621: Problem: conflicting requests DEBUG util.py:621: - nothing provides golang(github.com/olivere/elastic/v7) needed by golang-gopkg-olivere-elastic-7-devel-7.0.13-1.fc33.noarch DEBUG util.py:621: - nothing provides golang(github.com/olivere/elastic/v7/aws) needed by golang-gopkg-olivere-elastic-7-devel-7.0.13-1.fc33.noarch DEBUG util.py:621: - nothing provides golang(github.com/olivere/elastic/v7/aws/v4) needed by golang-gopkg-olivere-elastic-7-devel-7.0.13-1.fc33.noarch DEBUG util.py:621: - nothing provides golang(github.com/olivere/elastic/v7/config) needed by golang-gopkg-olivere-elastic-7-devel-7.0.13-1.fc33.noarch DEBUG util.py:621: - nothing provides golang(github.com/olivere/elastic/v7/trace/opentracing) needed by golang-gopkg-olivere-elastic-7-devel-7.0.13-1.fc33.noarch DEBUG util.py:621: - nothing provides golang(github.com/olivere/elastic/v7/uritemplates) needed by golang-gopkg-olivere-elastic-7-devel-7.0.13-1.fc33.noarch Probably need to do some replacement of import path to work around the module stuff (v7): sed -i "s|github.com/olivere/elastic/v7|gopkg.in/olivere/elastic.v7|" $(find . -type f -iname "*.go") -- 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://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx