https://bugzilla.redhat.com/show_bug.cgi?id=1822220
Robert-André Mauchin zebob.m@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zebob.m@gmail.com
--- Comment #1 from Robert-André Mauchin zebob.m@gmail.com --- - Bump to v6.2.32
- SPEC and bug name should be named golang-gopkg-olivere-elastic-6. This is the name derived from the go import path.
DEBUG util.py:621: Problem: conflicting requests DEBUG util.py:621: - nothing provides golang(github.com/olivere/elastic) needed by golang-gopkg-olivere-elastic-6-devel-6.2.29-1.fc33.noarch DEBUG util.py:621: - nothing provides golang(github.com/olivere/elastic/aws) needed by golang-gopkg-olivere-elastic-6-devel-6.2.29-1.fc33.noarch DEBUG util.py:621: - nothing provides golang(github.com/olivere/elastic/aws/v4) needed by golang-gopkg-olivere-elastic-6-devel-6.2.29-1.fc33.noarch DEBUG util.py:621: - nothing provides golang(github.com/olivere/elastic/config) needed by golang-gopkg-olivere-elastic-6-devel-6.2.29-1.fc33.noarch DEBUG util.py:621: - nothing provides golang(github.com/olivere/elastic/trace/opentracing) needed by golang-gopkg-olivere-elastic-6-devel-6.2.29-1.fc33.noarch DEBUG util.py:621: - nothing provides golang(github.com/olivere/elastic/uritemplates) needed by golang-gopkg-olivere-elastic-6-devel-6.2.29-1.fc33.noarch DEBUG util.py:623: (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Probably need to do some replacement of import path:
sed -i "s|github.com/olivere/elastic|gopkg.in/olivere/elastic.v6|" $(find . -type f -iname "*.go")